From: | Peter Smith <smithpb2250(at)gmail(dot)com> |
---|---|
To: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, Nathan Bossart <nathandbossart(at)gmail(dot)com> |
Subject: | DOCS - Question about pg_sequences.last_value notes |
Date: | 2025-02-13 04:59:45 |
Message-ID: | CAHut+Pv31HsLR2O+F6kQvQj4WOJUYd+m44wYo0wbtEFc+Gp1iw@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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 patch just moved the paragraph into the row where I felt
it belonged.
======
[1] https://www.postgresql.org/docs/devel/view-pg-sequences.html
[2] https://github.com/postgres/postgres/commit/3cb2f13ac500983c9c6b1eef3b3c2091c26f3040
Kind Regards,
Peter Smith.
Fujitsu Australia
Attachment | Content-Type | Size |
---|---|---|
v1-0001-DOCS-pg_sequuences.last_value.patch | application/octet-stream | 2.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Ashutosh Bapat | 2025-02-13 05:34:10 | Re: NOT ENFORCED constraint feature |
Previous Message | Michael Paquier | 2025-02-13 04:50:29 | Re: Small memory fixes for pg_createsubcriber |