Skip to content

Instantly share code, notes, and snippets.

@mdeous
Last active May 3, 2020 10:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mdeous/2019f89a584f7e50299d8ef56699fcfb to your computer and use it in GitHub Desktop.
Save mdeous/2019f89a584f7e50299d8ef56699fcfb to your computer and use it in GitHub Desktop.
hackmd=# \d
List of relations
Schema | Name | Type | Owner
--------+----------------+----------+--------
public | Authors | table | hackmd
public | Authors_id_seq | sequence | hackmd
public | Notes | table | hackmd
public | Revisions | table | hackmd
public | SequelizeMeta | table | hackmd
public | Sessions | table | hackmd
public | Temp | table | hackmd
public | Temps | table | hackmd
public | Users | table | hackmd
(9 rows)
hackmd=# \d Authors
Did not find any relation named "Authors".
hackmd=# SELECT * FROM Authors;
ERROR: relation "authors" does not exist
LINE 1: SELECT * FROM Authors;
^
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment