Re: quote_ident and schemas (was Re: connectby with schema)

From: Joe Conway <mail(at)joeconway(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Masaru Sugawara <rk73(at)sea(dot)plala(dot)or(dot)jp>
Subject: Re: quote_ident and schemas (was Re: connectby with schema)
Date: 2002-11-22 18:33:50
Message-ID: 3DDE788E.3050807@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Joe Conway wrote:
>
> Is quote_ident_required incorrectly dealing with schemas?
>

Sorry to reply to myself, but another related question; shouldn't the
following produce "Ms"."Test"?

test=# select quote_ident('Ms.Test');
quote_ident
-------------
"Ms.Test"
(1 row)

Joe

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephan Szabo 2002-11-22 19:10:24 Re: quote_ident and schemas (was Re: connectby with schema)
Previous Message Joe Conway 2002-11-22 18:19:40 quote_ident and schemas (was Re: connectby with schema)

Browse pgsql-patches by date

  From Date Subject
Next Message Stephan Szabo 2002-11-22 19:10:24 Re: quote_ident and schemas (was Re: connectby with schema)
Previous Message Joe Conway 2002-11-22 18:19:40 quote_ident and schemas (was Re: connectby with schema)