Re: validating foreign tables - Mailing list pgsql-hackers

From Tom Lane
Subject Re: validating foreign tables
Date
Msg-id 8998.1298332568@sss.pgh.pa.us
Whole thread Raw
In response to validating foreign tables  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: validating foreign tables
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> The API for FDW validators doesn't appear to have any way that the 
> validator function can check that the defined foreign table shape 
> matches the FDW options sanely.

Huh?  The options ought to be orthogonal to the table column info.
If they're not, maybe you need to rethink your option definitions.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Snapshot synchronization, again...
Next
From: Tom Lane
Date:
Subject: Re: Snapshot synchronization, again...