Re: Problem with schemas, possibly oids? - Mailing list pgsql-admin

From Luca Ferrari
Subject Re: Problem with schemas, possibly oids?
Date
Msg-id CAKoxK+7XXr4rSNV8NRzPpj+pHMdfwTtzjMRRBBK+HWkKArTPxA@mail.gmail.com
Whole thread Raw
In response to Re: Problem with schemas, possibly oids?  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Problem with schemas, possibly oids?  (Arni <Arni.Kromic@Bios-ICT.hr>)
Re: Problem with schemas, possibly oids?  (Arni <Arni.Kromic@Bios-ICT.hr>)
List pgsql-admin
On Thu, Aug 8, 2019 at 4:25 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> Given that both of these troublesome schemas have dashes in their
> names, the most obvious theory is that clone_schema() has some
> oversight about double-quoting schema names everywhere necessary.

According to this implementation
<https://www.postgresql.org/message-id/CANu8FiyJtt-0q%3DbkUxyra66tHi6FFzgU8TqVR2aahseCBDDntA%40mail.gmail.com>
the first query is performed with quote_ident and that's the initial
failure. However, the original post claimed it has been converted from
a function to a procedure, so it could be the quote_ident part has
been removed.
What is the source of clone_schema?

Luca



pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: Problem with schemas, possibly oids?
Next
From: Arni
Date:
Subject: Re: Problem with schemas, possibly oids?