回答編集履歴

1

変更

2017/03/17 06:54

投稿

A.Ichi
A.Ichi

スコア4070

test CHANGED
@@ -4,4 +4,8 @@
4
4
 
5
5
  psql postgres -U postgres -h localhost -c"SELECT datname from pg_database"
6
6
 
7
+
8
+
9
+ psql postgres -U postgres -h localhost -c"select schema_name from information_schema.schemata;"
10
+
7
11
  ```