Re: Primary key data type: integer vs identity

Поиск
Список
Период
Сортировка
От Peter Devoy
Тема Re: Primary key data type: integer vs identity
Дата
Msg-id CABoFc_hHFLXyXtzEfjOxh3b4aCxF7kB+cxNaRXm6Z0o2ELbdTw@mail.gmail.com
обсуждение исходный текст
Ответ на Primary key data type: integer vs identity  (Rich Shepard <rshepard@appl-ecosys.com>)
Ответы Re: Primary key data type: integer vs identity
Список pgsql-general
Hi Rich

I think you may have serial already there (indicated by sequence in the the default value).  If you wish to change to identity columns this should be useful: https://www.2ndquadrant.com/en/blog/postgresql-10-identity-columns/

Regards


Peter

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

Предыдущее
От: Jeremy Finzel
Дата:
Сообщение: Re: Why does log_error_verbosity not apply to server logs?
Следующее
От: Rich Shepard
Дата:
Сообщение: Re: Primary key data type: integer vs identity