AKAI TSUKI

System development or Technical something

Postgresqlの操作などメモ

  • パスワード変更
ALTER USER testuser with unencrypted password 'testuser';
  • データベース一覧
\l
  • データベースを選択する。
\c データベース名
  • <参考>Javaの型と各DBの型のマッピング

http://dounanda.s140.xrea.com/mapping.html