Re: Schema manipulation from plpgsql

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: Gevik Babakhani <pgdev(at)xs4all(dot)nl>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Schema manipulation from plpgsql
Date: 2010-12-10 15:19:33
Message-ID: 4D024505.8050705@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Merlin Moncure 2010-12-10 16:08:51 Re: Quite a fast lockless vacuum full implemenation
Previous Message Gevik Babakhani 2010-12-10 15:01:49 Schema manipulation from plpgsql