Re: Debugging SQL queries

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Debugging SQL queries
Date: 2006-05-11 16:29:21
Message-ID: 9167.1147364961@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers pgsql-general

Tony Caduto <tony_caduto(at)amsoftwaredesign(dot)com> writes:
> I guess I didn't know there was a error-position field returned, I have
> been parsing out the "at character xx" to get the char number.

> Do you know offhand if there is the error-position field is discussed in
> the docs anywhere?

See PQresultErrorField().

regards, tom lane

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-05-12 13:32:42 SVN Commit by dpage: r5147 - in trunk/pgadmin3: . docs/en_US src/dlg src/frm src/include src/schema src/ui
Previous Message Joshua D. Drake 2006-05-11 16:18:17 Re: Debugging SQL queries

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2006-05-11 16:40:57 Re: string primary key
Previous Message Joshua D. Drake 2006-05-11 16:18:17 Re: Debugging SQL queries