Re: SYNTAX ERROR at or near SQLSTATE - Mailing list pgsql-general

From Michael Fuhr
Subject Re: SYNTAX ERROR at or near SQLSTATE
Date
Msg-id 20060126231443.GA99487@winnie.fuhr.org
Whole thread Raw
In response to SYNTAX ERROR at or near SQLSTATE  (vishal saberwal <vishalsaberwal@gmail.com>)
Responses Re: SYNTAX ERROR at or near SQLSTATE
List pgsql-general
On Thu, Jan 26, 2006 at 03:02:46PM -0800, vishal saberwal wrote:
> When i run it on PostgreSQL8.0.1 (on fedora core 2), i get the error:
>
> dbm=# select * from excpt_test();
> ERROR:  syntax error at or near "sqlstate" at character 133

SQLSTATE and SQLERRM are new in 8.1; they're not available in earlier
versions unless you've applied some patch.

--
Michael Fuhr

pgsql-general by date:

Previous
From: Michael Glaesemann
Date:
Subject: Re: Arrays
Next
From: vishal saberwal
Date:
Subject: Re: SYNTAX ERROR at or near SQLSTATE