Sequences

Поиск
Список
Период
Сортировка
От Campbell, Lance
Тема Sequences
Дата
Msg-id 87E05184-8087-4225-BBCC-F60B74F18023@illinois.edu
обсуждение исходный текст
Ответы Re: Sequences  (Alex Balashov <abalashov@evaristesys.com>)
Список pgsql-admin

PostgreSQL 10.x

 

What query will give the name of all sequences in a database and the current or next value for each sequence?

 

This will give me everything except for the next value in the sequence.

 

SELECT * FROM information_schema.sequences;

 

Thanks,

 

Lance

В списке pgsql-admin по дате отправления:

Предыдущее
От: Stephen Frost
Дата:
Сообщение: Re: pg_basebackup fails: could not receive data from WAL stream:server closed the connection unexpectedly
Следующее
От: Alex Balashov
Дата:
Сообщение: Re: Sequences