Re: Database system identifier via SELECT?

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Database system identifier via SELECT?
Дата
Msg-id 201112082127.pB8LRF323502@momjian.us
обсуждение исходный текст
Ответ на Re: Database system identifier via SELECT?  ("Joshua D. Drake" <jd@commandprompt.com>)
Ответы Re: Database system identifier via SELECT?
Список pgsql-general
Joshua D. Drake wrote:
>
> On 12/08/2011 12:57 PM, Bruce Momjian wrote:
> >
> > Chris Redekop wrote:
> >> Is there any way to get the database system identifier via a select
> >> statement?  I have a primary/secondary async replication setup, and I'd
> >> like be able to verify from the client side that the provided primary and
> >> secondary connection strings do in fact refer to the same data set...
> >
> > Wow, that is a reasonable thing to want available via SQL, but I can't
> > see a way to get to it.
> >
> > The only method I can suggest is to write a server-side C function that
> > calls GetSystemIdentifier().
>
> This seems like something we should have in core, don't you think?

Yeah, kind of, except this is the first request we ever got for this.
The identifier is passed as part of streaming replication, so maybe it
will be needed more in the future.

--
  Bruce Momjian  <bruce@momjian.us>        http://momjian.us
  EnterpriseDB                             http://enterprisedb.com

  + It's impossible for everything to be true. +

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

Предыдущее
От: "David Johnston"
Дата:
Сообщение: Re: Database system identifier via SELECT?
Следующее
От: "James B. Byrne"
Дата:
Сообщение: OT DBA type question - GRANT PRIVILEDGE