Management of External Data (SQL/MED) in core?

Started by Thom Brownover 15 years ago4 messagesdocs
Jump to latest
#1Thom Brown
thombrown@gmail.com

Hi all,

It's probably me not understanding what is being claimed, but on
http://www.postgresql.org/docs/8.4/static/features.html it says
PostgreSQL core covers ISO/IEC 9075-9 Management of External Data
(SQL/MED). I'm aware the actual SQL/MED functionality isn't
implemented yet. Is this purely to do with the provision of foreign
data wrappers, creating servers etc?

Thom

#2Guillaume Lelarge
guillaume@lelarge.info
In reply to: Thom Brown (#1)
Re: Management of External Data (SQL/MED) in core?

Le 16/07/2010 14:25, Thom Brown a �crit :

[...]
It's probably me not understanding what is being claimed, but on
http://www.postgresql.org/docs/8.4/static/features.html it says
PostgreSQL core covers ISO/IEC 9075-9 Management of External Data
(SQL/MED). I'm aware the actual SQL/MED functionality isn't
implemented yet. Is this purely to do with the provision of foreign
data wrappers, creating servers etc?

Yes, "only" the infrastructure. Foreign Data Wrappers, Servers, and User
Mappings are in 8.4. dblink is already able to use these IIRC.

--
Guillaume
http://www.postgresql.fr
http://dalibo.com

#3Thom Brown
thombrown@gmail.com
In reply to: Guillaume Lelarge (#2)
Re: Management of External Data (SQL/MED) in core?

On 16 July 2010 13:39, Guillaume Lelarge <guillaume@lelarge.info> wrote:

Le 16/07/2010 14:25, Thom Brown a écrit :

[...]
It's probably me not understanding what is being claimed, but on
http://www.postgresql.org/docs/8.4/static/features.html it says
PostgreSQL core covers ISO/IEC 9075-9 Management of External Data
(SQL/MED).  I'm aware the actual SQL/MED functionality isn't
implemented yet.  Is this purely to do with the provision of foreign
data wrappers, creating servers etc?

Yes, "only" the infrastructure. Foreign Data Wrappers, Servers, and User
Mappings are in 8.4. dblink is already able to use these IIRC.

Okay, as long as it's not a bogus claim. :)

Thanks

Thom

#4Peter Eisentraut
peter_e@gmx.net
In reply to: Thom Brown (#1)
Re: Management of External Data (SQL/MED) in core?

On fre, 2010-07-16 at 13:25 +0100, Thom Brown wrote:

It's probably me not understanding what is being claimed, but on
http://www.postgresql.org/docs/8.4/static/features.html it says
PostgreSQL core covers ISO/IEC 9075-9 Management of External Data
(SQL/MED). I'm aware the actual SQL/MED functionality isn't
implemented yet. Is this purely to do with the provision of foreign
data wrappers, creating servers etc?

Maybe "cover" isn't the right verb. It's about what is in scope and
what is not.