Re: Bug in SQL/MED? - Mailing list pgsql-hackers

From Albe Laurenz
Subject Re: Bug in SQL/MED?
Date
Msg-id D960CB61B694CF459DCFB4B0128514C2069B8FA5@exadv11.host.magwien.gv.at
Whole thread Raw
In response to Bug in SQL/MED?  ("Albe Laurenz" <laurenz.albe@wien.gv.at>)
List 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 by date:

Previous
From: Florian Pflug
Date:
Subject: Re: Range Types, constructors, and the type system
Next
From: Yeb Havinga
Date:
Subject: Re: Parameterized aggregate subquery (was: Pull up aggregate subquery)