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

2011-01-02 Thread Robert Haas
On Sun, Jan 2, 2011 at 4:24 AM, Magnus Hagander wrote: > 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", Oops, fixed. --

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

2011-01-02 Thread Magnus Hagander
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 wrote: > Basic foreign table su