Re: updating integer column

From: Devrim GUNDUZ <devrim(at)tr(dot)net>
To: PostgresPHP <pgsql-php(at)postgresql(dot)org>
Subject: Re: updating integer column
Date: 2003-02-22 16:56:20
Message-ID: 1045932981.3428.6.camel@localhost.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-php

Hi,

On Sat, 2003-02-22 at 18:07, Bruce Young wrote:
> how can i get around this..

It requires an integer; AFAIK you can't insert blank value there.
> oh and what is the best datatype to use for a 10 digit phone number?.

I always use char type for phone numbers. I think you don't need int
column type. Do you make calculations with the numbers? ;)

Best regards,
--
Devrim GUNDUZ
www.gunduz.org

In response to

Browse pgsql-php by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-02-23 11:12:51 Re: updating integer column
Previous Message Bruce Young 2003-02-22 16:07:26 updating integer column