Re: [PATCHES] Add function for quote_qualified_identifier? - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [PATCHES] Add function for quote_qualified_identifier?
Date
Msg-id 200709282224.l8SMOgp06240@momjian.us
Whole thread Raw
In response to Re: [PATCHES] Add function for quote_qualified_identifier?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: [PATCHES] Add function for quote_qualified_identifier?  ("Brendan Jurd" <direvus@gmail.com>)
List pgsql-hackers
Tom Lane wrote:
> "Brendan Jurd" <direvus@gmail.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@momjian.us>        http://momjian.us
  EnterpriseDB                             http://postgres.enterprisedb.com

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

pgsql-hackers by date:

Previous
From: Bricklen Anderson
Date:
Subject: Re: Getting to 8.3 beta1
Next
From: Tom Lane
Date:
Subject: Re: Enforcing database encoding and locale match