Re: Schema manipulation from plpgsql - Mailing list pgsql-general

From Guillaume Lelarge
Subject Re: Schema manipulation from plpgsql
Date
Msg-id 4D024505.8050705@lelarge.info
Whole thread Raw
In response to Schema manipulation from plpgsql  (Gevik Babakhani <pgdev@xs4all.nl>)
List pgsql-general
Le 10/12/2010 16:01, Gevik Babakhani a écrit :
> I was wondering if there are any schema manipulation statements which
> are not allowed from within a PL/PGSQL function. (Except from
> create/drop a database)
>

create/drop tablespace

They are the only exception AFAICT.


--
Guillaume
 http://www.postgresql.fr
 http://dalibo.com

pgsql-general by date:

Previous
From: Gevik Babakhani
Date:
Subject: Schema manipulation from plpgsql
Next
From: Merlin Moncure
Date:
Subject: Re: Quite a fast lockless vacuum full implemenation