mirror of
https://github.com/postgres/postgres.git
synced 2026-06-03 06:18:35 -04:00
39b8843296
Add new function pg_sequence_parameters that returns a sequence's start, minimum, maximum, increment, and cycle values, and use that in the view. (bug #5662; design suggestion by Tom Lane) Also slightly adjust the view's column order and permissions after review of SQL standard.