Contents
- UNIX
- Windows
- サーバ
- プログラミング言語
- データベース
- プロトコル
- サービス
- オープンソース
- 規格・技術
- アプリケーション
- PC
- DEVICE
- その他(未分類)
お問合せ: メールフォーム
psql -U ユーザ名 DB名 -P format=unaligned -t -c 'SELECT * FROM tablename;'
psql -U ユーザ名 DB名 --tuples-only --pset format=unaligned --field-separator=' ' -c 'SELECT * FROM tablename;'