Re: [GENERAL] Debugging SQL queries

From: "Jim C(dot) Nasby" <jnasby(at)pervasive(dot)com>
To: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, Anastasios Hatzis <ahatzis(at)gmx(dot)net>, pgsql-general(at)postgresql(dot)org, pgadmin-hackers(at)postgresql(dot)org
Subject: Re: [GENERAL] Debugging SQL queries
Date: 2006-05-23 23:11:28
Message-ID: 20060523231127.GN64371@pervasive.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgsql-general

On Thu, May 11, 2006 at 09:39:59AM -0500, Tony Caduto wrote:
> Tom Lane wrote:
> >
> >We have actually removed the "at character N" bit from the default message
> >format in CVS
> >
> Tom,
> What will the error format be for 8.2? Since the char number has been
> removed, what will it show?
> Line number?

bench=# SELECT blah
bench-# FROMx;
ERROR: parse error at or near "FROMx"
LINE 2: FROMx;
^
bench=#

Note that it's still there in the server logs, though...

ERROR: parse error at or near "FROMx" at character 13
--
Jim C. Nasby, Sr. Engineering Consultant jnasby(at)pervasive(dot)com
Pervasive Software http://pervasive.com work: 512-231-6117
vcard: http://jim.nasby.net/pervasive.vcf cell: 512-569-9461

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-05-24 07:21:29 SVN Commit by dpage: r5188 - trunk/pgadmin3/src/schema
Previous Message Dave Page 2006-05-23 21:42:34 Re: SVN Commit by dpage: r5179 - in trunk/pgadmin3: . src/frm

Browse pgsql-general by date

  From Date Subject
Next Message Jim C. Nasby 2006-05-23 23:26:09 Re: [SQL] (Ab)Using schemas and inheritance
Previous Message Ed L. 2006-05-23 23:00:13 Re: Why won't it index scan?