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

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

            regards, tom lane

pgsql-hackers by date:

Previous
From: "Brendan Jurd"
Date:
Subject: Re: Add function for quote_qualified_identifier?
Next
From: "Brendan Jurd"
Date:
Subject: Re: Text <-> C string