$ psql
postgres=# \o out.txt
postgres=# show all;
postgres=# \q
$ psql
postgres=# \o out1.txt
postgres=# SELECT pg_show_all_settings();
postgres=# \q
postgres=# \o out.txt
postgres=# show all;
postgres=# \q
$ psql
postgres=# \o out1.txt
postgres=# SELECT pg_show_all_settings();
postgres=# \q
Комментариев нет:
Отправить комментарий