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

2020-06-13 Thread Bruce Momjian
On Fri, Jun 12, 2020 at 02:47:29PM -0700, David G. Johnston wrote: > 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:

serial attribute type vs GENERATED AS IDENTITY

2020-06-13 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/11/datatype-numeric.html Description: I think the documentation should mention that these do much the same thing (at least, for the default auto-incrementing integer sequence). Using both on