SELECT last_value FROM sequence_name; - Mailing list pgsql-docs

From PG Doc comments form
Subject SELECT last_value FROM sequence_name;
Date
Msg-id 161821724293.693.5725505698469449366@wrigleys.postgresql.org
Whole thread Raw
Responses Re: SELECT last_value FROM sequence_name;  (Dave Cramer <davecramer@postgres.rocks>)
List pgsql-docs
The following documentation comment has been logged on the website:

Page: https://www.postgresql.org/docs/13/functions-sequence.html
Description:

Please add Note, how to get the (global) last value:
SELECT last_value FROM sequence_name;
https://dba.stackexchange.com/questions/3281/how-do-i-use-currval-in-postgresql-to-get-the-last-inserted-id

pgsql-docs by date:

Previous
From: PG Doc comments form
Date:
Subject: repeated info in sections 4.1.1, 4.1.2.3
Next
From: Dave Cramer
Date:
Subject: Re: SELECT last_value FROM sequence_name;