Re: Editing tables - Mailing list pgadmin-support

From Dave Page
Subject Re: Editing tables
Date
Msg-id AA30E7BCCA5C1D4E88A231900F8325C00B72@dogbert.vale-housing.co.uk
Whole thread Raw
In response to Editing tables  ("Colin Freas" <cef6@georgetown.edu>)
List 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 by date:

Previous
From: "Colin Freas"
Date:
Subject: Editing tables
Next
From: Dave Page
Date:
Subject: Re: Editing tables