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

"Brendan Jurd" <[email protected]> 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