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