Re: [HACKERS] Add function for quote_qualified_identifier?

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

"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).

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Brendan Jurd 2007-09-22 21:55:59 Re: Text <-> C string
Previous Message Brendan Jurd 2007-09-22 20:54:52 Re: [HACKERS] Add function for quote_qualified_identifier?

Browse pgsql-patches by date

  From Date Subject
Next Message Brendan Jurd 2007-09-22 21:55:59 Re: Text <-> C string
Previous Message Brendan Jurd 2007-09-22 20:54:52 Re: [HACKERS] Add function for quote_qualified_identifier?