From: | Juan Pablo <jp_grassi(at)yahoo(dot)com> |
---|---|
To: | pgsql-admin(at)postgresql(dot)org |
Subject: | Problems with timestamp. |
Date: | 2002-07-18 13:40:24 |
Message-ID: | 20020718134024.6688.qmail@web11306.mail.yahoo.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-admin |
Hi.
I've been using PostgreSQL 7.1.3 for a year without
problems.
Last week I installed a new server with Red Hat 7.2
and PostgreSQL 7.2.1
I've copied my database by using "pg_dumpall" from my
old server to the new one.
But now the following query doesn't work:
SELECT date_part('year', fechaacta) AS "Ao de
donacin", sexo AS "Sexo", count(*) AS "Cantidad de
donantes" FROM "Capital" WHERE date_part('year',
age(timestamp(fechanacimiento))) BETWEEN 1 AND 100
AND "fecha" BETWEEN '2001/01/01' AND '2002/12/31'
GROUP BY date_part('year', fechaacta), sexo
the answer from server was:
Warning: PostgreSQL query failed: ERROR: parser:
parse error at or near "fechanacimiento" in
/var/www/html/ActasPcias/consultas.php on line 471
note: I've taken a care that "fechanacimiento" was a
field of table "Capital".
Exactly the same query in exactly the same database
works perfectly on my old server
Can anybody tell me what's going on ?
Thanks.
Juan Pablo
__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com
From | Date | Subject | |
---|---|---|---|
Next Message | Gareth Kirwan | 2002-07-18 13:46:46 | Largest database size |
Previous Message | Jesus Sandoval | 2002-07-18 13:12:24 | Re: RES: Database Diagrams. |