Hi,
Table xxx:
(...)
CPF numeric(11,0)
(...)
Select x,y,CPF from xxx where CPF='12345678901'
Generate the error:
error reading "12345678901": Numerical result out of range
The corversor recognize the 'number' like a integer and not like a numeric
type ???
I use Win ODBC-7.2.00.3 and Post-7.
Dronamraju Rajesh <[EMAIL PROTECTED]> writes:
>I have installed postgres 6.5.1 on my RedHat Linux
> box. The installation went smooth without any
> problems. Now when i run initdb I got errors.
> Adding template1 database to pg_database...
> ERROR: pg_atoi: error in "template1": can't parse
Dear all,
I have installed postgres 6.5.1 on my RedHat Linux
box. The installation went smooth without any
problems. Now when i run initdb I got errors. I have
seen the Postgres FAQ also and have ensured that all
the directories i,e /usr/local/pgsql, /home/postgres
etc are owned by postgres su