Re: Where do I enter commands?

Поиск
Список
Период
Сортировка
От David Blomstrom
Тема Re: Where do I enter commands?
Дата
Msg-id CAA54Z0j_XXK6i9jmhWQQpQbjm3G-Bq9skYWFWnD9LHspDVW+xg@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Where do I enter commands?  (Karsten Hilbert <Karsten.Hilbert@gmx.net>)
Список pgsql-general
No problem. I'm pretty grumpy when people invade MY turf - biology and education reform. As a former Seattle teacher who spent sixteen years in the meat grinder before becoming a whistle-blower, I've seen it all - and I know it all. ;)

On Sun, Oct 25, 2015 at 8:41 AM, Karsten Hilbert <Karsten.Hilbert@gmx.net> wrote:
On Sun, Oct 25, 2015 at 08:32:43AM -0700, David Blomstrom wrote:

> Someone said when you add a new column in Postgre, it's appended to the end
> of the table. Does that mean that's where it has to stay, or can you
> rearrange columns

No, unless you drop/re-create the table (manually or with

        pg_dump -t <table>

But you can use a view over the table to show a desired
column order if you so wish.

Karsten
--
GPG key ID E4071346 @ eu.pool.sks-keyservers.net
E167 67FD A291 2BEA 73BD  4537 78B9 A9F9 E407 1346


--
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general



--
David Blomstrom
Writer & Web Designer (Mac, M$ & Linux)
www.geobop.org

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

Предыдущее
От: David Blomstrom
Дата:
Сообщение: Recursive Arrays 101
Следующее
От: David Blomstrom
Дата:
Сообщение: Using PostgreSQL with MySQL