Re: postgres_fdw foreign tables and serial columns

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Nicholson, Brad (Toronto, ON, CA)" <bnicholson(at)hp(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: postgres_fdw foreign tables and serial columns
Date: 2013-05-15 13:26:08
Message-ID: 24617.1368624368@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Nicholson, Brad (Toronto, ON, CA)" <bnicholson(at)hp(dot)com> writes:
> [ this error message sucks: ]
> test=# create foreign table local_foo (id serial) server test_server options (table_name 'foo');
> ERROR: referenced relation "local_foo" is not a table

Yeah, I'd noticed that myself. We could probably tweak the code to
issue a different error message and/or add a HINT if the serial's
parent relation is a foreign table. I'm not exactly sure what it
should say though. Thoughts?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Atri Sharma 2013-05-15 13:32:58 Re: postgres_fdw foreign tables and serial columns
Previous Message Robert Haas 2013-05-15 13:05:13 Re: PostgreSQL 9.3 beta breaks some extensions "make install"