Re: changing field length

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Jodi Kanter <jkanter(at)virginia(dot)edu>
Cc: Gaetano Mendola <mendola(at)bigfoot(dot)com>, pgsql-admin(at)postgresql(dot)org
Subject: Re: changing field length
Date: 2003-08-20 14:26:39
Message-ID: 20030820142639.GA10047@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On Wed, Aug 20, 2003 at 10:16:38 -0400,
Jodi Kanter <jkanter(at)virginia(dot)edu> wrote:
> how do I copy from one field to another?

update tablename set newcol = oldcol;

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Dani Oderbolz 2003-08-20 14:35:00 Sobig.f in the list
Previous Message Jodi Kanter 2003-08-20 14:16:38 Re: changing field length