Application name for pg_basebackup and friends

Поиск
Список
Период
Сортировка
От Jesper Pedersen
Тема Application name for pg_basebackup and friends
Дата
Msg-id e8d28714-75ba-5411-f608-f2ad7b85cff9@redhat.com
обсуждение исходный текст
Ответы Re: Application name for pg_basebackup and friends
Список pgsql-hackers
Hi,

The attached patch adds an -a / --appname command line switch to
pg_basebackup, pg_receivewal and pg_recvlogical.

This is useful when f.ex. pg_receivewal needs to connect as a
synchronous client (synchronous_standby_names),

  pg_receivewal -h myhost -p 5432 -S replica1 -a replica1 --synchronous
-D /wal

I'll add the patch to the CommitFest for discussion, as there is overlap
with the -d switch.

Best regards,
  Jesper

Вложения

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

Предыдущее
От: Ibrar Ahmed
Дата:
Сообщение: Re: Allow CREATE OR REPLACE VIEW to rename the columns
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Application name for pg_basebackup and friends