Re: [HACKERS] SQL/MED with simple wrappers

2010-10-26 Thread Shigeru HANADA
Thanks for your comments. On Mon, 25 Oct 2010 15:05:51 +0200 Pavel Stehule wrote: > > 4) List of foreign connections > > Users (especially DBAs?) might want to see list of foreign connections. > > Currently postgresql_fdw provides its own connection list via > > postgresql_fdw_connections view.  

Re: [HACKERS] SQL/MED with simple wrappers

2010-10-25 Thread Pavel Stehule
Hello > 4) List of foreign connections > Users (especially DBAs?) might want to see list of foreign connections. > Currently postgresql_fdw provides its own connection list via > postgresql_fdw_connections view.  Common view such as > pg_foreign_connections would be needed?  If so, function which