Postgre SQL PostgreSQL

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=#