Re: Serial initial and incremental value

Поиск
Список
Период
Сортировка
От Thomas Kellerer
Тема Re: Serial initial and incremental value
Дата
Msg-id ms6gf4$psc$1@ger.gmane.org
обсуждение исходный текст
Ответ на Serial initial and incremental value  ("FarjadFarid\(ChkNet\)" <farjad.farid@checknetworks.com>)
Список pgsql-general
FarjadFarid(ChkNet) schrieb am 02.09.2015 um 11:05:
> How can I obtain the initial and incremental value of a serial entity?


You can use:


  select *
  from sequence_name;


where "sequence_name" is the name of the sequence associated with your column.


Thomas

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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: BDR setup - bdr_node_join_wait_for_ready()
Следующее
От: Willy-Bas Loos
Дата:
Сообщение: FDW and BDR