Re: create foreign table

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Ray Stell <stellr(at)cns(dot)vt(dot)edu>
Cc: Robert Haas <robertmhaas(at)gmail(dot)com>, pgsql-docs(at)postgresql(dot)org
Subject: Re: create foreign table
Date: 2012-08-16 00:38:36
Message-ID: 20120816003836.GB8353@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-docs

On Thu, Sep 15, 2011 at 12:51:57PM -0400, Ray Stell wrote:
> On Thu, Sep 15, 2011 at 06:43:59AM -0500, Robert Haas wrote:
> >> On Mon, Sep 12, 2011 at 8:42 AM, Ray Stell <stellr(at)cns(dot)vt(dot)edu> wrote:
> >> > http://www.postgresql.org/docs/9.1/static/sql-createforeigntable.html
> >> > It would be helpful if "SERVER" was defined if the parameters list
> >> > on this page.
> >>
> >> We don't usually document required keywords - they're just required.
> >> We do document the meaning of server_name, which I think is probably
> >> what you were after.
> >>
> >> --
> >> Robert Haas
> >> EnterpriseDB: http://www.enterprisedb.com
> >> The Enterprise PostgreSQL Company
> >
> >
> >Thanks, Robert.
> >
> >Maybe if you just added a pointer to the "CREATE SERVER" command in
> >your definition of server_name it would provide a bread crumb.
> >
>
> Oh, I see my mistake. Maybe the inclusion of a link to "CREATE SERVER"
> http://www.postgresql.org/docs/9.1/static/sql-createserver.html in the
> server_name definition would be helpful, just like in the data_type line.
> I was having trouble making the leap since the idea was a new one on me.

I have done as you suggested with the attached patch which will appear
in Postgres 9.3.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

Attachment Content-Type Size
server.diff text/x-diff 708 bytes

In response to

Browse pgsql-docs by date

  From Date Subject
Next Message Bruce Momjian 2012-08-16 01:13:47 Re: somewhat wrong archive_command example
Previous Message Bruce Momjian 2012-08-16 00:31:07 Re: [BUGS] documentation bug - behave of NEW a OLD in plpgsql's triggers