Re: validating foreign tables - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: validating foreign tables
Date
Msg-id 4D632BB9.1060605@dunslane.net
Whole thread Raw
In response to Re: validating foreign tables  (Itagaki Takahiro <itagaki.takahiro@gmail.com>)
Responses Re: validating foreign tables  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers

On 02/21/2011 08:59 PM, Itagaki Takahiro wrote:
> I think we need to overhaul validators in 9.2 listening to FDW developers'
> opinions anyway. The text array is an example, but there should be many
> other requirements. Personally, I'd like to have a method to list available
> options from SQL. We should also consider column-level options for foreign
> tables then.
>


Ok, I guess. It just seems to me like it will be harder to extend the 
API later than now, so if we can reasonably foresee a likely need we 
should try to provide for it.

cheers

andrew


pgsql-hackers by date:

Previous
From: Itagaki Takahiro
Date:
Subject: UNLOGGED tables in psql \d
Next
From: Tom Lane
Date:
Subject: Re: validating foreign tables