Drop Down MenusCSS Drop Down MenuPure CSS Dropdown Menu

Postgresql ERROR: relation "pg_catalog" does not exist because pg_catalog is a schema

I couldn't find anything in the postgresql manual as how to view its
 content. SELECT does not seem to work.
       
 What's the exact command and error message?
netilla=#  \dn
        List of schemas
        Name        |  Owner
 --------------------+----------
 information_schema | postgres
 pg_catalog         | postgres
 pg_toast           | postgres
 public             | postgres
 (4 rows)

 netilla=# select * from pg_catalog;
 ERROR:  relation "pg_catalog" does not exist
     
   
That would be because pg_catalog is a schema; you can't select from it.
If you want to see what's in there, use \dS.

Comments

Popular posts from this blog

7 Steps to configure BDR replication in postgresql

How to find the server is whether standby (slave) or primary(master) in Postgresql replication ?

apt-add-repository

How to Get Table Size, Database Size, Indexes Size, schema Size, Tablespace Size, column Size in PostgreSQL Database

ORA-01261: Parameter db_recovery_file_dest destination string cannot be translated ORA-01262: Stat failed on a file destination directory Linux-x86_64 Error: 2: No such file or directory