Changing columns

Поиск
Список
Период
Сортировка
От Gowey, Geoffrey
Тема Changing columns
Дата
Msg-id E15F4B031E17D5118B18009027F67927DAEA@SERVER
обсуждение исходный текст
Список pgsql-hackers
Not sure how to do this, but it shouldn't be too ugly.  I want to drop
columns from a table as well as be able to change the data type of a column.
Where should I be looking in the source for altering tables?  For removing I
don't imagine it could be too ugly as all it should be is a reverse add.
Not so certian about changing the data type though.  Can this be done simply
by adjusting something in pg_attribute or am I missing something?  Also, for
the future, MS Sql already has this and it'd be very helpful if pgsql did:
modifying data between databases using a select, insert, update, or delete
(execuse me if I'm wrong in my syntax, but in MS Sql I believe it
dbname..tablename.column).

Geoff


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Shutdown TRUE?
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Shutdown TRUE?