Re: ALTER OBJECT any_name SET SCHEMA name

From: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
To: Dimitri Fontaine <dimitri(at)2ndQuadrant(dot)fr>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: ALTER OBJECT any_name SET SCHEMA name
Date: 2010-10-31 17:46:31
Message-ID: 4CCDAB77.9080806@enterprisedb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 31.10.2010 19:38, Dimitri Fontaine wrote:
>
> Sorry for the interruption, our program now continues...
>
> Dimitri Fontaine<dimitri(at)2ndQuadrant(dot)fr> writes:
>> That's exactly the road I want to avoid, because of the script parsing issues.
>
> In particular, embedded and/or dynamic calls in PLs will get hairy if
> not turing complete and outright impossible to solve.

Sorry, I don't follow. Got an example?

--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2010-10-31 18:00:41 Re: why does plperl cache functions using just a bool for is_trigger
Previous Message Dimitri Fontaine 2010-10-31 17:38:18 Re: ALTER OBJECT any_name SET SCHEMA name