Skip to content

Instantly share code, notes, and snippets.

@levinotik
Created June 18, 2013 17:15
Show Gist options
  • Select an option

  • Save levinotik/5807366 to your computer and use it in GitHub Desktop.

Select an option

Save levinotik/5807366 to your computer and use it in GitHub Desktop.
levinotik=# \d+table
List of relations
Schema | Name | Type | Owner | Size | Description
--------+-----------------------+----------+-----------+------------+-------------
public | COFFEES | table | levinotik | 8192 bytes |
public | COFFEES_ID_seq | sequence | levinotik | 8192 bytes |
public | SUPPPLIERS | table | levinotik | 8192 bytes |
public | SUPPPLIERS_SUP_ID_seq | sequence | levinotik | 8192 bytes |
public | WIDGETS | table | levinotik | 0 bytes |
public | WIDGETS_ID_seq | sequence | levinotik | 8192 bytes |
public | admin | table | levinotik | 16 kB |
public | customer | table | levinotik | 8192 bytes |
public | dumbuser | table | levinotik | 8192 bytes |
public | emailinviterecord | table | levinotik | 8192 bytes |
public | invitecode | table | levinotik | 8192 bytes |
public | invitedcustomer | table | levinotik | 0 bytes |
public | play_evolutions | table | levinotik | 16 kB |
(13 rows)
levinotik=# drop table WIDGETS;
ERROR: table "widgets" does not exist
levinotik=#
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment