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

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

From
Thom Brown
Date:
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

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

From
Guillaume Lelarge
Date:
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

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

From
Thom Brown
Date:
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

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

From
Peter Eisentraut
Date:
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.