Re: SYNTAX ERROR at or near SQLSTATE

From: vishal saberwal <vishalsaberwal(at)gmail(dot)com>
To: Michael Fuhr <mike(at)fuhr(dot)org>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: SYNTAX ERROR at or near SQLSTATE
Date: 2006-01-26 23:19:41
Message-ID: 3e74dc250601261519j4026a7aaic60e3aa4337bfcfe@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

oh thanks,
i didnt know that,

highly appreciate your help and quick response ...
vish

On 1/26/06, Michael Fuhr <mike(at)fuhr(dot)org> wrote:
>
> 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
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Eric B. Ridge 2006-01-26 23:37:53 Re: "xmin" system column
Previous Message Michael Fuhr 2006-01-26 23:14:43 Re: SYNTAX ERROR at or near SQLSTATE