drop table in pgsql

From: Pawel Pierscionek <pawel(at)astercity(dot)net>
To: pgsql-sql <pgsql-sql(at)postgreSQL(dot)org>
Subject: drop table in pgsql
Date: 1999-01-05 21:20:50
Message-ID: 15931.990105@astercity.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-sql

Hi,

How do I drop a table under plpgsql ?
When I invoke a function which contains eg: DROP TABLE TMP a get a
backend crash no matter if this table exists or not.

I can always do it the hard way and put DROP ... in an SQL function
and then invoke DROP indirectly but do I have to ?

Please help me
Pawel Pierscionek

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Stan Brown 1999-01-06 00:19:51 6.3 -> 6.4.2 upgrade question
Previous Message Bruce Momjian 1999-01-05 20:58:34 Re: [HACKERS] FOR SHARE LOCK clause ?]

Browse pgsql-sql by date

  From Date Subject
Next Message Bruce Momjian 1999-01-06 02:22:49 Re: [SQL] Kind of Funny
Previous Message Gomez Eduardo Antonio 1999-01-05 15:50:25 I cant delete....