Re: Change of data type

From: "Kumar Dev" <kumardb2(at)gmail(dot)com>
To: Judith <jaltamirano(at)correolux(dot)com(dot)mx>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: Change of data type
Date: 2006-08-07 20:45:43
Message-ID: 9dafed310608071345p15d5bbafxba9acfddd116320f@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Use Alter table notebook from control center
right click on the table and open alter table notebook
you can drop a column or add a column or change the datatype

Kumar

On 8/7/06, Judith <jaltamirano(at)correolux(dot)com(dot)mx> wrote:
>
> Hello everybody, excuse me how can I change de data type of a field,
> I currently have:
>
> material character(30)
>
> but I now want the field in text type like this:
>
> material text
>
> somebody knows if ALTER TABLE has some option to do this?, or How
> can I do that?
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: if posting/reading through Usenet, please send an appropriate
> subscribe-nomail command to majordomo(at)postgresql(dot)org so that your
> message can get through to the mailing list cleanly
>

--
Kumar
DB2 DBA & SAP Basis professional

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Roman Neuhauser 2006-08-08 11:51:56 Re: Change of data type
Previous Message jason nordwick 2006-08-07 20:43:37 Re: Change of data type