Re: BUG #8901: postgres_fdw double-qualifying schemas

From: Stephen Frost <sfrost(at)snowman(dot)net>
To: byteslayer7(at)gmail(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #8901: postgres_fdw double-qualifying schemas
Date: 2014-01-21 15:34:53
Message-ID: 20140121153453.GO31026@tamriel.snowman.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-docs

* byteslayer7(at)gmail(dot)com (byteslayer7(at)gmail(dot)com) wrote:
> I posted a question on Stackoverflow regarding postgres_fdw. I was advised
> to report it here and link to it:
[...]
> ) SERVER export_server OPTIONS (table_name 'export_schema.aa');
> SELECT * FROM import_schema.aa;
>
> Which I expect to work, instead gives this error:

Use: OPTIONS (schema_name 'export_schema' table_name 'aa'); above.

Thanks,

Stephen

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2014-01-21 17:12:26 Re: BUG #8901: postgres_fdw double-qualifying schemas
Previous Message David Fleischhauer 2014-01-21 15:06:22 Re: permission issues with PostgreSQL 9.2 EnterpriseDB one-click installer on windows 7 causes initcluster to fail

Browse pgsql-docs by date

  From Date Subject
Next Message Tom Lane 2014-01-21 17:12:26 Re: BUG #8901: postgres_fdw double-qualifying schemas
Previous Message byteslayer7 2014-01-21 14:05:04 BUG #8901: postgres_fdw double-qualifying schemas