public inbox for [email protected]help / color / mirror / Atom feed
[PATCH v1 5/8] distro agnostic 5+ messages / 3 participants [nested] [flat]
* [PATCH v2 06/11] distro agnostic @ 2020-09-23 03:55 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 5+ messages in thread From: Justin Pryzby @ 2020-09-23 03:55 UTC (permalink / raw) --- doc/src/sgml/sepgsql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 9961569afc..15417bf19d 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -88,7 +88,7 @@ Policy from config file: targeted <para> To build this module, include the option <literal>--with-selinux</literal> in your PostgreSQL <literal>configure</literal> command. Be sure that the - <filename>libselinux-devel</filename> RPM is installed at build time. + <filename>libselinux-devel</filename> package is installed at build time. </para> <para> @@ -177,7 +177,7 @@ $ for DBNAME in template0 template1 postgres; do Makefile on your system; the path shown below is only an example. (This Makefile is usually supplied by the <filename>selinux-policy-devel</filename> or - <filename>selinux-policy</filename> RPM.) + <filename>selinux-policy</filename> package.) Once built, install this policy package using the <command>semodule</command> command, which loads supplied policy packages into the kernel. If the package is correctly installed, -- 2.17.0 --kH8JNVvasRCCW1Oz Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v2-0007-style-and-consistency.patch" ^ permalink raw reply [nested|flat] 5+ messages in thread
* [PATCH v1 5/8] distro agnostic @ 2020-09-23 03:55 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 5+ messages in thread From: Justin Pryzby @ 2020-09-23 03:55 UTC (permalink / raw) --- doc/src/sgml/sepgsql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index 9961569afc..15417bf19d 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -88,7 +88,7 @@ Policy from config file: targeted <para> To build this module, include the option <literal>--with-selinux</literal> in your PostgreSQL <literal>configure</literal> command. Be sure that the - <filename>libselinux-devel</filename> RPM is installed at build time. + <filename>libselinux-devel</filename> package is installed at build time. </para> <para> @@ -177,7 +177,7 @@ $ for DBNAME in template0 template1 postgres; do Makefile on your system; the path shown below is only an example. (This Makefile is usually supplied by the <filename>selinux-policy-devel</filename> or - <filename>selinux-policy</filename> RPM.) + <filename>selinux-policy</filename> package.) Once built, install this policy package using the <command>semodule</command> command, which loads supplied policy packages into the kernel. If the package is correctly installed, -- 2.17.0 --FFoLq8A0u+X9iRU8 Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v1-0006-style-and-consistency.patch" ^ permalink raw reply [nested|flat] 5+ messages in thread
* [PATCH v3 07/12] distro agnostic @ 2020-09-23 03:55 Justin Pryzby <[email protected]> 0 siblings, 0 replies; 5+ messages in thread From: Justin Pryzby @ 2020-09-23 03:55 UTC (permalink / raw) --- doc/src/sgml/sepgsql.sgml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/src/sgml/sepgsql.sgml b/doc/src/sgml/sepgsql.sgml index e896a44ce5..f7fa65da30 100644 --- a/doc/src/sgml/sepgsql.sgml +++ b/doc/src/sgml/sepgsql.sgml @@ -88,7 +88,7 @@ Policy from config file: targeted <para> To build this module, include the option <literal>--with-selinux</literal> in your PostgreSQL <literal>configure</literal> command. Be sure that the - <filename>libselinux-devel</filename> RPM is installed at build time. + <filename>libselinux-devel</filename> package is installed at build time. </para> <para> @@ -177,7 +177,7 @@ $ for DBNAME in template0 template1 postgres; do Makefile on your system; the path shown below is only an example. (This Makefile is usually supplied by the <filename>selinux-policy-devel</filename> or - <filename>selinux-policy</filename> RPM.) + <filename>selinux-policy</filename> package.) Once built, install this policy package using the <command>semodule</command> command, which loads supplied policy packages into the kernel. If the package is correctly installed, -- 2.17.0 --6zdv2QT/q3FMhpsV Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="v3-0008-style-and-consistency.patch" ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: improve CREATE EXTENSION error message @ 2022-01-11 19:22 Tom Lane <[email protected]> 2022-01-11 19:28 ` Re: improve CREATE EXTENSION error message Bossart, Nathan <[email protected]> 0 siblings, 1 reply; 5+ messages in thread From: Tom Lane @ 2022-01-11 19:22 UTC (permalink / raw) To: Bossart, Nathan <[email protected]>; +Cc: Chapman Flack <[email protected]>; [email protected] <[email protected]>; Daniel Gustafsson <[email protected]> "Bossart, Nathan" <[email protected]> writes: > Okay, the message looks like this in v5: > postgres=# CREATE EXTENSION does_not_exist; > ERROR: extension "does_not_exist" is not available > DETAIL: Could not open extension control file "/usr/local/pgsql/share/extension/does_not_exist.control": No such file or directory. > HINT: The extension must first be installed on the system where PostgreSQL is running. Nobody complained about that wording, so pushed. regards, tom lane ^ permalink raw reply [nested|flat] 5+ messages in thread
* Re: improve CREATE EXTENSION error message 2022-01-11 19:22 Re: improve CREATE EXTENSION error message Tom Lane <[email protected]> @ 2022-01-11 19:28 ` Bossart, Nathan <[email protected]> 0 siblings, 0 replies; 5+ messages in thread From: Bossart, Nathan @ 2022-01-11 19:28 UTC (permalink / raw) To: Tom Lane <[email protected]>; +Cc: Chapman Flack <[email protected]>; [email protected] <[email protected]>; Daniel Gustafsson <[email protected]> On 1/11/22, 11:23 AM, "Tom Lane" <[email protected]> wrote: > "Bossart, Nathan" <[email protected]> writes: >> Okay, the message looks like this in v5: > >> postgres=# CREATE EXTENSION does_not_exist; >> ERROR: extension "does_not_exist" is not available >> DETAIL: Could not open extension control file "/usr/local/pgsql/share/extension/does_not_exist.control": No such file or directory. >> HINT: The extension must first be installed on the system where PostgreSQL is running. > > Nobody complained about that wording, so pushed. Thanks! Nathan ^ permalink raw reply [nested|flat] 5+ messages in thread
end of thread, other threads:[~2022-01-11 19:28 UTC | newest] Thread overview: 5+ messages (download: mbox mbox.gz follow: Atom feed) -- links below jump to the message on this page -- 2020-09-23 03:55 [PATCH v2 06/11] distro agnostic Justin Pryzby <[email protected]> 2020-09-23 03:55 [PATCH v1 5/8] distro agnostic Justin Pryzby <[email protected]> 2020-09-23 03:55 [PATCH v3 07/12] distro agnostic Justin Pryzby <[email protected]> 2022-01-11 19:22 Re: improve CREATE EXTENSION error message Tom Lane <[email protected]> 2022-01-11 19:28 ` Re: improve CREATE EXTENSION error message Bossart, Nathan <[email protected]>
This inbox is served by agora; see mirroring instructions for how to clone and mirror all data and code used for this inbox