We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba307a3 commit fbe4ce7Copy full SHA for fbe4ce7
pgsql-cheatsheet.md
@@ -6,6 +6,10 @@ psql -h host -d database -U user -W
6
7
psql -U user -h host "dbname=db sslmode=require"
8
9
+## Import database
10
+
11
+psql -d sampledatabase -f world.sql
12
13
postgres=# \c dvdrental
14
15
List available databases
@@ -54,3 +58,4 @@ Execute psql commands from a file
54
58
55
59
systemctl start postgresql-12
56
60
61
+shared_preload_libraries = 'pg_stat_statements'
0 commit comments