where clause not working through psql command line client - Mailing list pgsql-hackers

From rajan
Subject where clause not working through psql command line client
Date
Msg-id 1549017303228-0.post@n3.nabble.com
Whole thread Raw
Responses Re: where clause not working through psql command line client  (amul sul <sulamul@gmail.com>)
List pgsql-hackers
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 by date:

Previous
From: Daniel Gustafsson
Date:
Subject: Re: ArchiveEntry optional arguments refactoring
Next
From: amul sul
Date:
Subject: Re: where clause not working through psql command line client