Re: DOCS - Question about pg_sequences.last_value notes

2025-02-13 Thread Peter Smith
On Fri, Feb 14, 2025 at 8:35 AM Nathan Bossart wrote: > > On Thu, Feb 13, 2025 at 03:59:45PM +1100, Peter Smith wrote: > > I noticed the pg_sequences system-view DOCS page [1] has a note about > > the 'last_value' field. But the note is not within the row for that > > field. Indeed, it is not even

Re: DOCS - Question about pg_sequences.last_value notes

2025-02-13 Thread Nathan Bossart
On Thu, Feb 13, 2025 at 03:59:45PM +1100, Peter Smith wrote: > I noticed the pg_sequences system-view DOCS page [1] has a note about > the 'last_value' field. But the note is not within the row for that > field. Indeed, it is not even within the table. > > Is it deliberate? Apparently, this change

DOCS - Question about pg_sequences.last_value notes

2025-02-12 Thread Peter Smith
Hi, I noticed the pg_sequences system-view DOCS page [1] has a note about the 'last_value' field. But the note is not within the row for that field. Indeed, it is not even within the table. Is it deliberate? Apparently, this changed in commit 3cb2f13 [2], so CC-ing author Nathan. My attached pat