Re: CREATE SERVER - what is this?

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgsql-sql(at)postgresql(dot)org
Cc: Richard Broersma <richard(dot)broersma(at)gmail(dot)com>
Subject: Re: CREATE SERVER - what is this?
Date: 2009-11-26 10:52:34
Message-ID: 200911261152.35050.guillaume@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Le mardi 24 novembre 2009 à 16:45:27, Richard Broersma a écrit :
> I noticed a few new SQL references in the manual:
>
> CREATE SERVER
> CREATE FOREIGN DATA WRAPPER,
> CREATE USER MAPPING
>
> Is this similar to DBI-Link?
>

They appear on the 8.4 release. They were added to support the use of SQL/MED
compliant FOREIGN DATA WRAPPER, SERVER, and USER MAPPING as method to supply
dblink connect parameters. dblink can already use these informations AFAIK.

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message aymen marouani 2009-11-26 11:26:13 How to start the "auto_explain" module
Previous Message A. Kretschmer 2009-11-26 10:05:30 Re: Profiling tool for postgres under win32