Re: quote_ident and schemas (was Re: [HACKERS] connectby with schema)

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

Joe Conway <mail(at)joeconway(dot)com> writes:
> 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.

Applied --- in 7.3 also, since Marc hasn't rolled RC2 yet.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Josh Berkus 2002-11-23 19:25:45 Re: performance of insert/delete/update
Previous Message Bruce Momjian 2002-11-23 18:13:26 Re: regression failures

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2002-11-23 21:43:33 Re: per-statement triggers
Previous Message Joe Conway 2002-11-23 17:47:57 Re: quote_ident and schemas (was Re: [HACKERS] connectby