Re: deallocate statement failing

Поиск
Список
Период
Сортировка
От rob stone
Тема Re: deallocate statement failing
Дата
Msg-id 1c6aff52e04120962eef422db8f31fb40bd64dc3.camel@gmail.com
обсуждение исходный текст
Ответ на Re: deallocate statement failing  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general

On Fri, 2020-02-07 at 00:48 -0500, Tom Lane wrote:
> 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


That worked. Thanks.






В списке pgsql-general по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: deallocate statement failing
Следующее
От: Chris Withers
Дата:
Сообщение: sensible configuration of max_connections