PostgreSQL
コンテナの起動例
code:shell
$ docker run --name postgres -e POSTGRES_USER=test -e POSTGRES_PASSWORD=test -e POSTGRES_DB=test -d -p 5432:5432 postgres
$ docker exec -it postgres psql -U test
関連コマンド
pgroll - Zero-downtime, reversible, schema migrations for Postgres ホスティング/マネージドサービス
拡張
embedded PostgreSQL
ソース
プロトコル
トランザクション
Vacuum
行レベルセキュリティ
関数
システム列
テーブル設計
参考