where clause not working through psql command line client

From: rajan <vgmonnet(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: where clause not working through psql command line client
Date: 2019-02-01 10:35:03
Message-ID: 1549017303228-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

postgres(at)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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message amul sul 2019-02-01 10:37:47 Re: where clause not working through psql command line client
Previous Message Daniel Gustafsson 2019-02-01 10:05:34 Re: ArchiveEntry optional arguments refactoring