Re: Documentation 9.8. Data Type Formatting Functions: missing behaviour on invalid input at to_date()

2020-06-12 Thread David G. Johnston
On Fri, Jun 12, 2020 at 2:28 PM Bruce Momjian wrote: > On Fri, Jun 5, 2020 at 11:16:59AM +, PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > > > Page: https://www.postgresql.org/docs/12/functions-formatting.html > > Description: > > > >

Re: create database with template doesn't copy ACL

2020-06-12 Thread Bruce Momjian
On Fri, Jun 5, 2020 at 02:31:34PM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/11/sql-createdatabase.html > Description: > > My understanding is that not copying the ACL is the (currently) expec

Re: Documentation 9.8. Data Type Formatting Functions: missing behaviour on invalid input at to_date()

2020-06-12 Thread Bruce Momjian
On Fri, Jun 5, 2020 at 11:16:59AM +, PG Doc comments form wrote: > The following documentation comment has been logged on the website: > > Page: https://www.postgresql.org/docs/12/functions-formatting.html > Description: > > For the formatting functions, which convert between a string and a

Replication Binary in PostgreSQL 12

2020-06-12 Thread Fontana Daniel C (Desartec S.R.L.)
Hello, I am implementing binary replication in PostgreSQL 12. I have a lot of pending questions. Example, how to know a subscriber is up to date, if there is the possibility of knowing if the subscriber is currently connected to the publication, etc, etc. Where can I get more documentation?

Not using suppress_redundant_updates_trigger in sql-createtrigger.html#examples

2020-06-12 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/12/bug-reporting.html Description: Hi I was stumbling across the trigger function ‘suppress_redundant_updates_trigger’ in https://www.postgresql.org/docs/devel/functions-trigger.html and I w

Fwd: [PATCH] pg_dump: Add example and link for --encoding option

2020-06-12 Thread Dong Wook Lee
2020년 6월 5일 (금) 오후 9:45, 이동욱 님이 작성: > I've modified my previous patch because it linked the wrong document so I > fixed it. and I add a highlight to the encoding list for readability. > > What do you think about this change? > > Thanks, > Dong Wook > > 2020년 6월 4일 (목) 오후 10:20, 이동욱 님이 작성: > >> To