Re: ldapbindpasswd parameter value encrypted

2021-11-02 Thread Bruce Momjian
On Tue, Nov 2, 2021 at 02:11:45PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/auth-ldap.html > Description: > > Hello team, > may you please explain if there is a way to store in pg_hba.conf

Re: [PATCH] fix ICU explorer link in locale documentation

2021-11-02 Thread Bruce Momjian
On Tue, Nov 2, 2021 at 02:31:29PM +0100, Laurenz Albe wrote: > On Mon, 2021-10-04 at 17:11 -0400, Bruce Momjian wrote: > > Patch applied back to PG 10, where ICU was added.  Thanks everyone for > > the work on this. > > Thanks! > > I think you can close the commitfest entry: > https://commitfest

Re: Be more clear what names can be used for tables with "CREATE TABLE"?

2021-11-02 Thread Daniel Westermann (DWE)
>>> "The name of the table must be distinct from the name of any other >>> relation (table, sequence, index, view, materialized view, or foreign >>> table) in the same schema." >> Works for me, +1 >Done that way, then. Thank you

Re: initdb: nothing about template0

2021-11-02 Thread Tom Lane
PG Doc comments form writes: > Is it correct that this page does not contain information about the > template0 database. > The same goes for the "Create Database Cluster" page > (https://www.postgresql.org/docs/14/creating-cluster.html). Yeah, this text evidently wasn't updated when we invented t

Re: Be more clear what names can be used for tables with "CREATE TABLE"?

2021-11-02 Thread Tom Lane
"Daniel Westermann (DWE)" writes: >> "The name of the table must be distinct from the name of any other >> relation (table, sequence, index, view, materialized view, or foreign >> table) in the same schema." > Works for me, +1 Done that way, then. regards, tom lane

ldapbindpasswd parameter value encrypted

2021-11-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/auth-ldap.html Description: Hello team, may you please explain if there is a way to store in pg_hba.conf file the value of parameter ldapbindpasswd crypted in some way? Thanks

Re: [PATCH] fix ICU explorer link in locale documentation

2021-11-02 Thread Laurenz Albe
On Mon, 2021-10-04 at 17:11 -0400, Bruce Momjian wrote: > Patch applied back to PG 10, where ICU was added.  Thanks everyone for > the work on this. Thanks! I think you can close the commitfest entry: https://commitfest.postgresql.org/35/3059/ Yours, Laurenz Albe

Re: Be more clear what names can be used for tables with "CREATE TABLE"?

2021-11-02 Thread Daniel Westermann (DWE)
>Laurenz Albe writes: >> On Sat, 2021-10-30 at 11:08 +, Daniel Westermann (DWE) wrote: >>> in the documentation for CREATE TABLE we have this sentence: >>> "The name of the table must be distinct from the name of any other table, >>> sequence, index, view, or foreign table in the same schema.

initdb: nothing about template0

2021-11-02 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/14/app-initdb.html Description: Is it correct that this page does not contain information about the template0 database. The same goes for the "Create Database Cluster" page (https://www.postg