pg_get_serial_sequence

Поиск
Список
Период
Сортировка
От Christopher Kings-Lynne
Тема pg_get_serial_sequence
Дата
Msg-id 40D674AA.9060302@familyhealth.com.au
обсуждение исходный текст
Ответы Re: pg_get_serial_sequence  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Hi,

Attached is a new backend function, pg_get_serial_sequence.  It allows
you get a sequence name in a format suitable for use with the sequence
functions.

Has docs and regression.

I updated pg_dump to use it as well.

Tested against 7.5 and 7.4 backends, with independent and dependent
sequences.  Handles quoting, escaping and schema-qualification.

Someone might want to run their eyes over my doc changes (I have no way
of compiling them) and check that my function is done in the most
efficient way.  (It's small!)

Chris


Вложения

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Admin guide tablespace docs
Следующее
От: Christopher Kings-Lynne
Дата:
Сообщение: Show encoding in initdb messages