Re: quote_ident and schemas (was Re: [HACKERS] connectby

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: quote_ident and schemas (was Re: [HACKERS] connectby
Date: 2002-11-23 17:47:57
Message-ID: 3DDFBF4D.6090708@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Joe Conway wrote:
> p.s. There are similar issues in dblink, but they appear a bit more
> difficult to address. I'll attempt to get them resloved this weekend,
> again in hopes to get them applied before 7.3 is released.
>

Attached patch removes most (hopefully just the appropriate ones) calls in
dblink to quote_ident, requiring the user to quote their own identifiers. I
also added to the regression test a case for a quoted, schema qualified table
name.

If it's not too late, I'd like this to get into 7.3, but in any case,
please apply to HEAD.

Thanks,

Joe

Attachment Content-Type Size
dblink-fix.2002.11.23.1.patch text/plain 11.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2002-11-23 18:13:26 Re: regression failures
Previous Message Tom Lane 2002-11-23 17:36:57 Re: regression failures

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2002-11-23 19:02:03 Re: quote_ident and schemas (was Re: [HACKERS] connectby with schema)
Previous Message Tom Lane 2002-11-23 17:02:38 Re: Hierarchical queries a la Oracle. Patch.