Re: [HACKERS] Add function for quote_qualified_identifier?

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Brendan Jurd <direvus(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Add function for quote_qualified_identifier?
Date: 2007-09-28 22:24:42
Message-ID: 200709282224.l8SMOgp06240@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Tom Lane wrote:
> "Brendan Jurd" <direvus(at)gmail(dot)com> writes:
> > Patch includes documentation and new regression tests. While I was in
> > there I also added regression tests for quote_ident(), which appeared
> > to be absent.
>
> This seems rather pointless, since it's equivalent to
> quote_ident(schemaname) || '.' || quote_ident(relname).

Has anyone every asked for this functionality?

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-09-28 22:58:53 Re: Enforcing database encoding and locale match
Previous Message Bruce Momjian 2007-09-28 21:32:41 Re: TODO/exotic features/sql*net

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2007-09-28 22:33:27 Re: TCL fix in HEAD
Previous Message Matt Newell 2007-09-28 22:00:00 Re: TCL fix in HEAD