Re: `inet` docs suggestion and possible bug report

2025-04-30 Thread Nathan Long
Sounds good. Thanks for researching this! On Tue, Apr 29, 2025, 4:37 PM Tom Lane wrote: > I wrote: > > Nathan Long writes: > >> At least in the case of `inet`, another reason is for accurate > comparison. > >> IPv4 and IPv6 both have shorthand text

`inet` docs suggestion and possible bug report

2025-04-28 Thread Nathan Long
On https://www.postgresql.org/docs/current/datatype-net-types.html the opening paragraph says: > PostgreSQL offers data types to store IPv4, IPv6, and MAC addresses, as shown in Table 8.21 . It is better to u

Re: Clarify: default precision on timestamps is 6

2023-10-13 Thread Nathan Long
The expected behavior was not obvious to me. "By default, there is no explicit bound on precision" sounds more like "unlimited variable length", as on the 'text' character type. "By default, the bound on precision is 6 (that is, microsecond precision)" conveys that 'timestamp with timezone' means

Re: Clarify how triggers relate to transactions

2021-04-28 Thread Nathan Long
Gotcha. Where would I go to make the PR? On Wed, Apr 28, 2021, 7:24 AM Laurenz Albe wrote: > On Tue, 2021-04-27 at 14:26 +, PG Doc comments form wrote: > > The following documentation comment has been logged on the website: > > > > Page: https://www.postgresql.org/docs/13/sql-createtrigger.h