small dblink patch

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: small dblink patch
Date: 2002-05-27 05:05:49
Message-ID: 3CF1BEAD.4010702@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Please apply the attached small patch, which fixes a schema related
issue with several dblink functions.

- If the same relation exists in multiple schema, current sources fail
to resolve an unqualified relname.
- Current sources do not allow schema qualified names.

The patch fixes both issues by using the (relatively new) regclassin()
function to resolve the relname to an Oid.

Thanks,

Joe

Attachment Content-Type Size
dblink.2002.05.26.1.patch text/plain 685 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-05-27 16:09:55 Re: small dblink patch
Previous Message Joe Conway 2002-05-27 02:26:36 Re: revised sample SRF C function; proposed SRF API