From: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> |
---|---|
To: | Thom Brown <thom(at)linux(dot)com> |
Cc: | pgsql-docs <pgsql-docs(at)postgresql(dot)org> |
Subject: | Re: Foreign server version and type |
Date: | 2011-08-15 17:36:36 |
Message-ID: | 4E495924.3010405@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs |
On 15.08.2011 19:58, Thom Brown wrote:
> I'm looking at the CREATE SERVER page on the documentation (
> http://www.postgresql.org/docs/9.1/static/sql-createserver.html) and noticed
> that there's a server_version parameter which can be provided with the
> keyword VERSION and server_type specified after TYPE.
>
> However, there's zero information about what these are used for, whether
> they have any bearing on anything or why you'd want to use them. Are these
> parameters used for anything, or are they purely for future functionality?
> Whatever the case, could some kind of elaboration be added to justify the
> existence of these options? They have been in the docs since the CREATE
> SERVER syntax was introduced in 8.4.
It's in the SQL spec. It isn't used anything by PostgreSQL itself, but a
wrapper could look at it. It would probably be good to say that
explicitly in the docs.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2011-08-15 17:59:43 | Re: postgres-9.1beta3 typo: recommendable --> recommended |
Previous Message | Thom Brown | 2011-08-15 16:58:00 | Foreign server version and type |