Re: Reordering columns in a table

Поиск
Список
Период
Сортировка
От A. Kretschmer
Тема Re: Reordering columns in a table
Дата
Msg-id 20060106160734.GB8972@webserv.wug-glas.de
обсуждение исходный текст
Ответ на Reordering columns in a table  (John McCawley <nospam@hardgeus.com>)
Список pgsql-general
am  06.01.2006, um  9:45:53 -0600 mailte John McCawley folgendes:
> Is there a way to change the order of columns in a table in Postgres after
> it has been created?  Back when I used MS SQL Server, it was trivial to go

Yes. 'select foo, bar, batz from table', 'select bar, foo, batz from
table' or 'select batz, bar, foo from table'.

Please, if you create a new thread, then make a new thread and do not
response to a other mail.


HTH, Andreas
--
Andreas Kretschmer    (Kontakt: siehe Header)
Heynitz:  035242/47212,      D1: 0160/7141639
GnuPG-ID 0x3FFF606C http://wwwkeys.de.pgp.net
 ===    Schollglas Unternehmensgruppe    ===

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: Arrays and Performance
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: Adding another primary key to a populated table