Re: psql with option -c fails..

Поиск
Список
Период
Сортировка
От Lonni J Friedman
Тема Re: psql with option -c fails..
Дата
Msg-id CAP=oouHNTogi1L3-N+jnMh6Pg6BSmxAtV=J=ZkKSWuB+sVTkzA@mail.gmail.com
обсуждение исходный текст
Ответ на psql with option -c fails..  (akp geek <akpgeek@gmail.com>)
Список pgsql-general
You can't enclose the query in single quotes and then also use single
quotes inside the query.  Either escape the quotes inside the query,
or enclose the query in double quotes.

On Wed, Sep 21, 2011 at 7:54 AM, akp geek <akpgeek@gmail.com> wrote:
> Hi all -
>                I am trying to run the psql command the following way and
> it's failing . Can you please help?
>                 psql  -d mydb  -c 'update tb_user set accountstatus='A'
> where userid=123'
> ERROR:  column "a" does not exist
> LINE 1: ...date tb_user accountstatus=A
>
> Thanks for the help
> Regards



--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
L. Friedman                                    netllama@gmail.com
LlamaLand                       https://netllama.linux-sxs.org

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

Предыдущее
От: akp geek
Дата:
Сообщение: psql with option -c fails..
Следующее
От: patrick keshishian
Дата:
Сообщение: Re: psql with option -c fails..