Re: Am I overseen ? - Mailing list pgsql-general

From Lothar Behrens
Subject Re: Am I overseen ?
Date
Msg-id 1192723334.678352.125570@v23g2000prn.googlegroups.com
Whole thread Raw
In response to Re: Am I overseen ?  (brian <brian@zijn-digital.com>)
Responses Re: Am I overseen ?
List pgsql-general
On 18 Okt., 17:17, br...@zijn-digital.com (brian) wrote:
> Lothar Behrens wrote:
> > Hi,
>
> > Several groups I post most of them does not answer.
> > Did noone see my postings ?
>
> > Please at least give me one answer :-)
>
> > Thanks, Lothar
>
> ping
>
> What was your query?
>

I do convert an UML XMI model to a database script to create the
database schema.
To enable multiple iterations I need conditional alter table add
column like syntax.

For sample:

if not exsist column a in table b then
  alter table b add a char(100);

Is there any way to do this ?

Tanks, Lothar

> ---------------------------(end of broadcast)---------------------------
> TIP 5: don't forget to increase your free space map settings



pgsql-general by date:

Previous
From: Lizhe.Xu@aphis.usda.gov
Date:
Subject: Problem of installation on Mac
Next
From: "Scott Marlowe"
Date:
Subject: Re: Crosstab Problems