"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