Mega Code Archive

 
Categories / PostgreSQL / Postgre SQL
 

Displays all sequences in the connected database, with comments

postgres=# --Displays all sequences in the connected database, with comments. postgres=# \ds+                           List of relations  Schema |          Name          |   Type   |  Owner   | Description --------+------------------------+----------+----------+-------------  public | auto_identified_id_seq | sequence | postgres | (1 row) postgres=#