Re: deallocate statement failing - Mailing list pgsql-general

From Tom Lane
Subject Re: deallocate statement failing
Date
Msg-id 30795.1581054522@sss.pgh.pa.us
Whole thread Raw
In response to deallocate statement failing  (rob stone <floriparob@gmail.com>)
Responses Re: deallocate statement failing  (rob stone <floriparob@gmail.com>)
List pgsql-general
rob stone <floriparob@gmail.com> writes:
> 2020-02-07 15:42:55 AEDT ERROR:  syntax error at or near
> "'AIT1581050529'" at character 13
> 2020-02-07 15:42:55 AEDT STATEMENT:  DEALLOCATE  'AIT1581050529'

> The deallocate statement fails. It doesn't matter if it is just
> "DEALLOCATE" or "DEALLOCATE PREPARE".

I think you want double quotes not single quotes.  The argument
of DEALLOCATE is an SQL identifier, not a string literal.

            regards, tom lane



pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: deallocate statement failing
Next
From: rob stone
Date:
Subject: Re: deallocate statement failing