2009/12/29 Tom Lane <[email protected]>: > Pavel Stehule <[email protected]> writes: >> so we cannot simply implement quote_ident on client side :(. So we >> have to use a real query. > >> It is acceptable for you? > > No, certainly not --- that adds a boatload of failure conditions. > Just quote it unconditionally.
ok this function have to live in libpq - it needs some not exported functionality. But, it would not be a problem. Pavel > > regards, tom lane > -- Sent via pgsql-hackers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers
