Answers for "check tables in schema postgres"

3

list all tables in postgres schema

dt schema_name.*
Posted by: Guest on December-27-2021
0

psql check table fields

Issue the command d table_name or d+ table_name to describe a table
Posted by: Guest on October-11-2021

Code answers related to "check tables in schema postgres"

Browse Popular Code Answers by Language