Microsoft Windows [版本 10.0.17134.112]
(c) 2018 Microsoft Corporation。保留所有权利。
C:\Users\Administrator>psql
psql: FATAL: role "Administrator" does not exist
C:\Users\Administrator>psql -d postgres
psql: FATAL: role "Administrator" does not exist
C:\Users\Administrator>psql -d postgres -U postgres
psql (10.1)
postgres=# show auto;
ERROR: unrecognized configuration parameter "auto"
postgres=# show autovacuum_max_worker;
ERROR: unrecognized configuration parameter "autovacuum_max_worker"
postgres=# show autovacuum_max_workers;
autovacuum_max_workers
------------------------
3
(1 行记录)
postgres=# show superuser_reserved_connections;
superuser_reserved_connections
--------------------------------
3
(1 行记录)
postgres=# show max_connections;
max_connections
-----------------
100
(1 行记录)
postgres=#