Re: pg_system_identifier()

Поиск
Список
Период
Сортировка
От Josh Berkus
Тема Re: pg_system_identifier()
Дата
Msg-id 521B8C1E.9000808@agliodbs.com
обсуждение исходный текст
Ответ на pg_system_identifier()  (Vik Fearing <vik.fearing@dalibo.com>)
Ответы Re: pg_system_identifier()  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
All,

I think we've gotten a bit off the track of the proposed patch, which is
designed to report the system_identifier string currently in
pg_controldata, nothing more.

I'm going to reverse my vote, and vote against this patch.  The reason
why is that I think we should instead have a function:

pg_controldata(parameter text)

... which would report *all* strings in pg_controldata.  Hence, you'd do
instead:

pg_controldata('system identifier')

This will hopefully spare us from 15 patches incrementally adding all of
the individual items in controldata.

-- 
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com



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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Re: median and percentile function implementation
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: ALTER SYSTEM SET command to change postgresql.conf parameters (RE: Proposal for Allow postgresql.conf values to be changed via SQL [review])