| From: | Peter Eisentraut <peter_e(at)gmx(dot)net> |
|---|---|
| To: | Martin Pihlak <martin(dot)pihlak(at)gmail(dot)com> |
| Cc: | Pg Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: SQL/MED compatible connection manager |
| Date: | 2008-12-09 16:12:25 |
| Message-ID: | 493E98E9.3070507@gmx.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Martin Pihlak wrote:
> Peter Eisentraut wrote:
>> If I read this right, SQL/MED requires option names to be unique for a
>> server. To this needs to be rethought.
>>
>
> Attached is another revision of the connection manager, notable changes:
Attached is my current patch after surgery. I have mainly worked on
making naming better and more consistent.
Problem: You have implemented foreign-data wrappers and foreign servers
as schema-qualified objects, but the standard has them outside schemas,
qualified only optionally by catalogs (a.k.a. databases). I think that
should be fixed.
| Attachment | Content-Type | Size |
|---|---|---|
| connection-manager-1209-petere.patch.gz | application/x-gzip | 55.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Gregory Stark | 2008-12-09 16:12:55 | Re: contrib/pg_stat_statements 1202 |
| Previous Message | Pavel Stehule | 2008-12-09 16:09:50 | Re: WIP: default values for function parameters |