Received: from maia.hub.org (maia-5.hub.org [200.46.204.29]) by mail.postgresql.org (Postfix) with ESMTP id B9B8EB5DC10 for ; Thu, 15 Sep 2011 13:52:06 -0300 (ADT) Received: from mail.postgresql.org ([200.46.204.86]) by maia.hub.org (mx1.hub.org [200.46.204.29]) (amavisd-maia, port 10024) with ESMTP id 26988-02 for ; Thu, 15 Sep 2011 16:51:59 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.8.0-rc2 Received: from locust.cns.vt.edu (locust.cns.vt.edu [198.82.169.14]) by mail.postgresql.org (Postfix) with ESMTP id 8B2E9B5DC0F for ; Thu, 15 Sep 2011 13:51:59 -0300 (ADT) Received: by locust.cns.vt.edu (Postfix, from userid 986) id DCAB3118DCA; Thu, 15 Sep 2011 12:51:57 -0400 (EDT) Date: Thu, 15 Sep 2011 12:51:57 -0400 From: Ray Stell To: Robert Haas Cc: pgsql-docs@postgresql.org Subject: Re: create foreign table Message-ID: <20110915165157.GA24580@cns.vt.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: Maia Mailguard 1.0.1 X-Spam-Status: No, hits=-0.918 tagged_above=-5 required=5 tests=BAYES_00=-1.9, FAKE_REPLY_C=1.486, RP_MATCHES_RCVD=-0.504 X-Spam-Level: X-Archive-Number: 201109/52 X-Sequence-Number: 6973 On Thu, Sep 15, 2011 at 06:43:59AM -0500, Robert Haas wrote: >> On Mon, Sep 12, 2011 at 8:42 AM, Ray Stell 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. different topic 1: When I put the word "foreign" in the search area on this page http://www.postgresql.org/docs/9.1/static/index.html it does not find create foreign table. different topic 2: Is there a way to know what chapter you are in when on any page of the docs? Maybe add to the navigation line at the top: Home -> Documentation -> Manuals -> PostgreSQL 9.1 -> PUT YOUR CHAPTER HERE? like this: Home -> Documentation -> Manuals -> PostgreSQL 9.1 -> I. SQL Commands