Home
About
Download
Documentation
Community
Developers
Support
Donate
Your account
Quick Links
Community
Contributors
Mailing Lists
IRC
Local User Groups
Events
International Sites
How to drop column ?
From:
"Vitali Djatsuk" <Vitali(dot)Djatsuk(at)MicroLink(dot)ee>
To:
<pgsql-general(at)postgresql(dot)org>
Subject:
How to drop column ?
Date:
2003-04-12 11:02:48
Message-ID:
916488900DA96F4D881F59CCDF522BD20133EF7A@tallinn.microlink.lan
Views:
Raw Message
|
Whole Thread
|
Download mbox
|
Resend email
Thread:
2003-04-12 11:02:48 from "Vitali Djatsuk" <Vitali(dot)Djatsuk(at)MicroLink(dot)ee>
2003-04-12 11:17:42 from Shridhar Daithankar <shridhar_daithankar(at)persistent(dot)co(dot)in>
2003-04-12 11:17:49 from Devrim GUNDUZ <devrim(at)gunduz(dot)org>
2003-04-13 10:51:49 from "Alam Surya" <alam_surya(at)telkom(dot)net>
Lists:
pgsql-general
Hi ALL,
ALTER TABLE palk DELETE COLUMN tempcol;
ERROR: parser: parse error at or near "DELETE"
Responses
Re: How to drop column ?
at 2003-04-12 11:17:42 from Shridhar Daithankar
Re: How to drop column ?
at 2003-04-12 11:17:49 from Devrim GUNDUZ
Re: How to drop column ?
at 2003-04-13 10:51:49 from Alam Surya
Browse pgsql-general by date
From
Date
Subject
Next Message
Shridhar Daithankar
2003-04-12 11:17:42
Re: How to drop column ?
Previous Message
Shridhar Daithankar
2003-04-12 10:57:44
Re: Index information and log disable...