Re: current version: Patch - Have psql show current values for a sequence]

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: current version: Patch - Have psql show current values for a sequence]
Дата
Msg-id 19100.1146720851@sss.pgh.pa.us
обсуждение исходный текст
Ответ на current version: Patch - Have psql show current values for a sequence]  (Dhanaraj M <Dhanaraj.M@Sun.COM>)
Ответы Re: current version: Patch - Have psql show current values
Список pgsql-patches
Dhanaraj M <Dhanaraj.M@Sun.COM> writes:
> sorry for sending the old version in the previous mail . Here I attach
> the recent version of the patch file.

Surely this problem does not require adding any server-side code.
Something like "select last_value from <seq>" would be more appropriate;
and it'd have some hope of working with back-version servers.

Also, please use something more helpful than "***" as the column
header.  Your urge to add a footnote to explain it shows that you
didn't try hard enough to devise a good header to begin with.

[ btw, both fmgroids.h and fmgrtab.c are generated files.  Patching
them is unnecessary and inappropriate. ]

            regards, tom lane

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

Предыдущее
От: Dhanaraj M
Дата:
Сообщение: current version: Patch - Have psql show current values for a sequence]
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Page at a time index scan