Re: Editing tables

Поиск
Список
Период
Сортировка
От Dave Page
Тема Re: Editing tables
Дата
Msg-id AA30E7BCCA5C1D4E88A231900F8325C00B72@dogbert.vale-housing.co.uk
обсуждение исходный текст
Ответ на Editing tables  ("Colin Freas" <cef6@georgetown.edu>)
Список pgadmin-support

> -----Original Message-----
> From: Colin Freas [mailto:cef6@georgetown.edu]
> Sent: 04 October 2001 20:04
> To: pgadmin-support@postgresql.org
> Subject: [pgadmin-support] Editing tables
>
>
>
> Is it possible to modify tables using pgAdmin?
>
> For instance, and assuming it is possible, how can I add a
> column to an existing table?

Yes, in pgAdmin II some modification (to the extent permitted by
PostgreSQL's SQL grammar) is possible, and adding a column is in that list.

If you select a table object in the treeview, and the click the Properties
button (or use the right click menu). On the Columns tab of the table
properties, use the Add button to add new columns. Your changes will not be
actually applied until you hit the OK button on the table properties
dialogue, and until then you can add or remove *new* columns as you please.
Once changes have been applied, you can't remove columns.

We are working on more functions to allow other table alterations including
dropping of an existing column, however that is *very* complex to do, so it
may take us a while.

HTH, regards,

Dave.

--
Dave Page (dpage@postgresql.org)
pgAdmin Project Leader
http://pgadmin.postgresql.org/

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

Предыдущее
От: "Colin Freas"
Дата:
Сообщение: Editing tables
Следующее
От: Dave Page
Дата:
Сообщение: Re: Editing tables