Re: drop table in PL/pgSQL - Mailing list pgsql-sql

From Jie Liang
Subject Re: drop table in PL/pgSQL
Date
Msg-id Pine.BSF.4.10.10103230950290.29016-100000@tidal.ipinc.com
Whole thread Raw
In response to drop table in PL/pgSQL  ("datactrl" <quals@bigfoot.com>)
Responses Re: drop table in PL/pgSQL  (Roberto Mello <rmello@cc.usu.edu>)
List pgsql-sql
You cannot CREATE|DROP ALTER table in PL/pgSQL, 
in general, plsql can only take DML(i.e. SELECT|
INSERT|UPDATE..)



Jie LIANG

St. Bernard Software

10350 Science Center Drive
Suite 100, San Diego, CA 92121
Office:(858)320-4873

jliang@ipinc.com
www.stbernard.com
www.ipinc.com

On Fri, 23 Mar 2001, datactrl wrote:

> When I use "drop Table ..."  in PL/pgSQL, it always causes an error as
> "ERROR copyObject: don't know how to copy 614"
> 
> JACK
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 3: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo@postgresql.org so that your
> message can get through to the mailing list cleanly
> 



pgsql-sql by date:

Previous
From: Tom Lane
Date:
Subject: Re: Btree index on varchar
Next
From: Jan Wieck
Date:
Subject: Re: creating "job numbers"