Julio Biason
4 years ago
6 changed files with 27 additions and 44 deletions
@ -1,9 +1,31 @@ |
|||||||
+++ |
+++ |
||||||
title = "psql" |
title = "psql" |
||||||
weight = 112 |
weight = 112 |
||||||
|
|
||||||
|
[taxonomies] |
||||||
|
tags = ["research", "postgresql", "psql", "database", "schema", "table"] |
||||||
+++ |
+++ |
||||||
|
|
||||||
- [Show databases](@/research/psql/show-database.md) |
## Show Database |
||||||
- [Use database](@/research/psql/use-database.md) |
|
||||||
- [Show schemas](@/research/psql/show-schemas.md) |
``` |
||||||
- [Show tables](@/research/psql/show-tables.md) |
\l |
||||||
|
``` |
||||||
|
|
||||||
|
## Use Database |
||||||
|
|
||||||
|
``` |
||||||
|
\c [database_name] |
||||||
|
``` |
||||||
|
|
||||||
|
## Show Schemas |
||||||
|
|
||||||
|
``` |
||||||
|
\dn |
||||||
|
``` |
||||||
|
|
||||||
|
## Show Tables |
||||||
|
|
||||||
|
``` |
||||||
|
\dt |
||||||
|
``` |
||||||
|
@ -1,10 +0,0 @@ |
|||||||
+++ |
|
||||||
title = "PSQL: Show database" |
|
||||||
|
|
||||||
[taxonomies] |
|
||||||
tags = ["research", "postgresql", "psql", "database"] |
|
||||||
+++ |
|
||||||
|
|
||||||
``` |
|
||||||
\dt |
|
||||||
``` |
|
@ -1,10 +0,0 @@ |
|||||||
+++ |
|
||||||
title = "PSQL: Show Schemas" |
|
||||||
|
|
||||||
[taxonomies] |
|
||||||
tags = ["research", "postgresql", "psql", "schemas"] |
|
||||||
+++ |
|
||||||
|
|
||||||
``` |
|
||||||
\dn |
|
||||||
``` |
|
@ -1,10 +0,0 @@ |
|||||||
+++ |
|
||||||
title = "PSQL: Show Tables" |
|
||||||
|
|
||||||
[taxonomies] |
|
||||||
tags = ["research", "postgresql", "psql", "tables"] |
|
||||||
+++ |
|
||||||
|
|
||||||
``` |
|
||||||
\dt |
|
||||||
``` |
|
Loading…
Reference in new issue