Re: SQL parse error

From: Borek Lupoměský <borekl(at)volny(dot)cz>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: SQL parse error
Date: 2000-12-12 21:57:20
Message-ID: Pine.LNX.4.21.0012122251570.27836-100000@diaspar.ujep.cz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On Tue, 12 Dec 2000, Tom Lane wrote:

TL> I can't duplicate the problem either. I tried:
TL>
TL> play=> select substring(cp from 1 for 4)::int4 from out2cp;
TL> ?column?
TL> ----------
TL> 3182
TL> 3182
TL> (2 rows)
TL>
TL> Does anyone else see a failure with this? If so what platform are you
TL> on, and what build of Postgres are you using?

Well, I'm running under RedHat Linux 6.x (ia-32) and now I don't
really recall for sure where did I take the RPM, but I think I
downloaded it from ftp.postgresql.org.
OK, tomorrow I'll do some more tests to see where the problem lies
(you know, intranet-homed machine not accessible from public Internet).

Bye Borek

--

=====================================================================
BOREK LUPOMESKY Usti nad Labem, Czech Republic, Europe
WWW: http://www.volny.cz/borekl/ PGP keyid: B6A06AEB
==========[ MIME/ISO-8859-2 & PGP encrypted mail welcome ]===========

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Jie Liang 2000-12-12 22:03:17 select ... for update
Previous Message Tom Lane 2000-12-12 21:17:04 Re: SQL parse error