PostgreSQLの使い方
1.データベース一覧の表示
psgl -U username -h hostname -l
2.データベースに接続
psgl -U username -h hostname -d DB_NAME
全コマンドを表示
\h
テーブル一覧を表示
\dt
ユーザー一覧を表示
\du
Coding Changes the World
1.データベース一覧の表示
psgl -U username -h hostname -l
2.データベースに接続
psgl -U username -h hostname -d DB_NAME
全コマンドを表示
\h
テーブル一覧を表示
\dt
ユーザー一覧を表示
\du