Improve the HINT message of the ALTER command for postgres_fdw

Поиск
Список
Период
Сортировка
От bt21masumurak
Тема Improve the HINT message of the ALTER command for postgres_fdw
Дата
Msg-id 557d06cebe19081bfcc83ee2affc98d3@oss.nttdata.com
обсуждение исходный текст
Ответы Re: Improve the HINT message of the ALTER command for postgres_fdw  (Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>)
Список pgsql-hackers
Hi

When 'ALTER FOREIGN DATA WRAPPER OPTIONS' is executed against 
postgres_fdw, the HINT message is printed as shown below, even though 
there are no valid options in this context.

=# ALTER FOREIGN DATA WRAPPER postgres_fdw OPTIONS (format 'csv');
ERROR: invalid option "format"
HINT: Valid options in this context are:

I made a patch for this problem.


regards,
Kosei Masumura
Вложения

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

Предыдущее
От: "osumi.takamichi@fujitsu.com"
Дата:
Сообщение: RE: Skipping logical replication transactions on subscriber side
Следующее
От: Daniel Gustafsson
Дата:
Сообщение: Re: More business with $Test::Builder::Level in the TAP tests