Re: where clause not working through psql command line client

Поиск
Список
Период
Сортировка
От amul sul
Тема Re: where clause not working through psql command line client
Дата
Msg-id CAAJ_b95X26mmAO28pO-hC_fTUc=9ZJ+wYEqp_dCJy6a=HUeCdw@mail.gmail.com
обсуждение исходный текст
Ответ на where clause not working through psql command line client  (rajan <vgmonnet@gmail.com>)
Ответы Re: where clause not working through psql command line client  (rajan <vgmonnet@gmail.com>)
Список pgsql-hackers
You forgot to quote pg_toast_22345, try this:

 psql -c " select * from pg_class where relname  = 'pg_toast_22345' "

Regards,
Amul

On Fri, Feb 1, 2019 at 4:05 PM rajan <vgmonnet@gmail.com> wrote:
postgres@Server2[DEV][backup] $ psql -c 'select * from pg_class where relname
= pg_toast_22345'
ERROR:  column "pg_toast_16387" does not exist
LINE 1: select * from pg_class where relname = pg_toast_22345




-----
--
Thanks,
Rajan.
--
Sent from: http://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

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

Предыдущее
От: rajan
Дата:
Сообщение: where clause not working through psql command line client
Следующее
От: Andrew Gierth
Дата:
Сообщение: Re: LD_LIBRARY_PATH_RPATH