Re: change existing table definition

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

ALTER TABLE is only in PostgreSQL 8. But you can create a new table 
with varchar(50) and copy the data from the existing into the new 
table. How much relation_size has your table? Do you create the
dbsize-functions which are included in the contrib package?

Best regards,
Martin

Am Dienstag, den 28.06.2005, 10:39 -0400 schrieb Chuming Chen:
> Peter Eisentraut wrote:
> 
> >Chuming Chen wrote:
> >  
> >
> >>How can I change the column definition of an existing table, ie. from
> >>varchar(30) to varchar(50)? Is there any way to add a new column to
> >>an existing table?
> >>    
> >>
> >
> >The ALTER TABLE command can do all that.  You need version 8.0 or later 
> >for some functionality though.
> >
> >  
> >
> Is there another way to do it in 7.* ?
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo@xxxxxxxxxxxxxx



[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux