Re: alter table drop column status - Mailing list pgsql-hackers

From Kovacs Zoltan
Subject Re: alter table drop column status
Date
Msg-id Pine.LNX.4.21.0202191902280.3622-100000@pc10.radnoti-szeged.sulinet.hu
Whole thread Raw
In response to Re: alter table drop column status  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: alter table drop column status  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
> > I'm afraid LOCK is not available inside a PLPGSQL function
> 
> Works fine for me ...

Hmm, it works for me, too. OK, I see no more rocks ahead writing a PLPGSQL
function which drops a column. It'll be slow, but it'll work. However, a C
function would be better. Unfortunately I have no experience in writing
libpq or ecpg functions. Is it a problem for you if I contribute a PLPGSQL
code?

Regards, Zoltan



pgsql-hackers by date:

Previous
From: nconway@klamath.dyndns.org (Neil Conway)
Date:
Subject: questions on ALTER TABLE ... OWNER
Next
From: Tom Lane
Date:
Subject: Re: questions on ALTER TABLE ... OWNER