Re: Bug in SQL/MED?

Поиск
Список
Период
Сортировка
От Albe Laurenz
Тема Re: Bug in SQL/MED?
Дата
Msg-id D960CB61B694CF459DCFB4B0128514C2069B8FA5@exadv11.host.magwien.gv.at
обсуждение исходный текст
Ответ на Bug in SQL/MED?  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
Список pgsql-hackers
I wrote:

> If you invoke any of the SQL/MED CREATE or ALTER commands,
> the validator function is only called if an option list was given.

[...]
> Example:
[...]

The example is misleading. Here a better one:

CREATE SERVER myoradb FOREIGN DATA WRAPPER oracle_fdw OPTIONS (foo
'bar');
ERROR:  invalid option "foo"
HINT:  Valid options in this context are: dbserver, user, password

but:
CREATE SERVER myoradb FOREIGN DATA WRAPPER oracle_fdw;
gives no error.

Yours,
Laurenz Albe


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

Предыдущее
От: Florian Pflug
Дата:
Сообщение: Re: Range Types, constructors, and the type system
Следующее
От: Yeb Havinga
Дата:
Сообщение: Re: Parameterized aggregate subquery (was: Pull up aggregate subquery)