Re: type of a field - Mailing list pgsql-php

From Dan Wilson
Subject Re: type of a field
Date
Msg-id 1020784834.3cd7f0c2945e5@webmail.acucore.com
Whole thread Raw
In response to type of a field  (ameen eetemadi <ameen78101@yahoo.com>)
Responses Re: type of a field
List pgsql-php
You can't yet... at least not with an ALTER statement.  The only way to
currenty do this is by dumping the table (through pg_dump), altering the type
of the field, and then re-ipmorting the table.

Rumor has it that they are working on an ALTER statement to accomplish this
for 7.3 or 7.4.

-Dan

Quoting ameen eetemadi <ameen78101@yahoo.com>:

> I want to change the type of a field in postgres .
> How can I do it ?


pgsql-php by date:

Previous
From: Scott Marlowe
Date:
Subject: Re: type of a field
Next
From: Keary Suska
Date:
Subject: Re: type of a field