Re: conditional alter table add ?

Поиск
Список
Период
Сортировка
От Peter Childs
Тема Re: conditional alter table add ?
Дата
Msg-id a2de01dd0710250415y4b96decfwdb7f0006d81c149e@mail.gmail.com
обсуждение исходный текст
Ответ на conditional alter table add ?  (Lothar Behrens <lothar.behrens@lollisoft.de>)
Список pgsql-general


On 17/10/2007, Lothar Behrens <lothar.behrens@lollisoft.de> wrote:
Hi,

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.

Is there any way to do this ?


Not easily in a straight forward sql script. your going to need to write your script in a scripting language (like perl, python or ruby) then do the alter table query dependent
on other queries to the database,

Peter.

В списке pgsql-general по дате отправления:

Предыдущее
От: Garry Saddington
Дата:
Сообщение: execute pg_dump via python
Следующее
От: Gregory Stark
Дата:
Сообщение: Re: [PGSQL v8.2.5] Similar queries behave differently