Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

Commit

Permalink
Fixes #3791 (bug in PostgreSQL cheat sheet)
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Todorović (r3bl) committed Dec 2, 2016
1 parent 70970e6 commit f315e54
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions share/goodie/cheat_sheets/json/postgresql.json
Expand Up @@ -41,39 +41,39 @@
"PostgreSQL": [
{
"key": "\\du",
"value": "Lists roles"
"val": "Lists roles"
},
{
"key": "\\l",
"value": "Lists all the databases"
"val": "Lists all the databases"
},
{
"key": "\\dt",
"value": "List tables in connected database"
"val": "List tables in connected database"
},
{
"key": "\\dn",
"value": "List schemas"
"val": "List schemas"
},
{
"key": "\\d table",
"value": "List columns on table"
"val": "List columns on table"
},
{
"key": "\\df",
"value": "List functions"
"val": "List functions"
},
{
"key": "\\q",
"value": "Quit"
"val": "Quit"
},
{
"key": "\\dv",
"value": "List views"
"val": "List views"
},
{
"key": "\\x",
"value": "Pretty-format query results"
"val": "Pretty-format query results"
}
],
"User Access": [
Expand Down

0 comments on commit f315e54

Please sign in to comment.