Re: [HACKERS] [COMMITTERS] pgsql: Add pg_sequence system catalog

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] [COMMITTERS] pgsql: Add pg_sequence system catalog
Дата
Msg-id a6039259-08f9-17b3-2cc8-91394e6970b0@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] [COMMITTERS] pgsql: Add pg_sequence system catalog  (Stephen Frost <sfrost@snowman.net>)
Список pgsql-hackers
On 1/24/17 10:23 AM, Stephen Frost wrote:
> It wouldn't hurt to add a comment as to why things are so different in
> PG10 than other versions, ie:
> 
> /*
>  * In PG10, sequence meta-data was moved into pg_sequence, so switch to
>  * the pg_catalog schema instead of operating in a user schema and pull
>  * the necessary meta-data from there.
>  */

I've committed this, but I've put the comment in the old sections and
explained how they are different from the new style, instead of vice versa.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] [PATCH] pgpassfile connection option
Следующее
От: Nikita Glukhov
Дата:
Сообщение: Re: [HACKERS] PATCH: recursive json_populate_record()