Re: [COMMITTERS] pgsql: Basic foreign table support.

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Robert Haas <rhaas(at)postgresql(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Basic foreign table support.
Date: 2011-01-02 09:24:34
Message-ID: AANLkTikpM63dNU6SnXFOZZsLD9hDUJ9pTEKCrQE9AyNj@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Typo, I think:

- (errmsg("skipping \"%s\" --- cannot vacuum indexes,
views, or special system tables",
+ (errmsg("skipping \"%s\" --- cannot only non-tables or
special system tables",

//Magnus

On Sun, Jan 2, 2011 at 05:48, Robert Haas <rhaas(at)postgresql(dot)org> wrote:
> Basic foreign table support.
>
> Foreign tables are a core component of SQL/MED.  This commit does
> not provide a working SQL/MED infrastructure, because foreign tables
> cannot yet be queried.  Support for foreign table scans will need to
> be added in a future patch.  However, this patch creates the necessary
> system catalog structure, syntax support, and support for ancillary
> operations such as COMMENT and SECURITY LABEL.
>
> Shigeru Hanada, heavily revised by Robert Haas
>
> Branch
> ------
> master
>
> Details
> -------
> http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=0d692a0dc9f0e532c67c577187fe5d7d323cb95b
>
> Modified Files
> --------------

--
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2011-01-02 12:26:28 pgsql: Fix typo.
Previous Message Robert Haas 2011-01-02 04:48:50 pgsql: Basic foreign table support.

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-01-02 09:29:27 Re: management of large patches
Previous Message Simon Riggs 2011-01-02 09:20:40 Re: Sync Rep Design