PostgreSQL

PostgreSQL

[1] UbuntuでPostgreSQLをインストールからリモートアクセスまでの手順 - Qiita ( ()) http://qiita.com/ibara1454/items/40ce2d82926f48cf02bc

[2] psql接続時に対話でパスワードを入力しない - shibainu55日記 ( ()) http://d.hatena.ne.jp/shibainu55/20090917/1253453342

[3] Docker Hub 公式 PostgreSQL イメージを用いて、データベースクラスタ作成済みコンテナイメージを作成する - Thanks Driven Life ( ()) http://gongo.hatenablog.com/entry/2015/08/04/232650

[4] ( ()) https://hub.docker.com/_/postgres/

[5] TJC/Test-postgresql: Fork of Test::postgresql that is actively maintained () https://github.com/TJC/Test-postgresql

[6] Ubuntu で PostgreSQL を使ってみよう(続編) | Let's Postgres () https://lets.postgresql.jp/documents/tutorial/ubuntu/4

[7] DebianUbuntu はこういうわけのわからんことするの好きだなあ。 その方がいいという言い分があるのはわからんでもないが、 普通の postgres を前提にしたプログラムが動かないのは地獄でしかない。

[8] postgresql - Is there a maximum length constraint for a postgres query? - Database Administrators Stack Exchange () https://dba.stackexchange.com/questions/131399/is-there-a-maximum-length-constraint-for-a-postgres-query

[9] postgresql - Is there a maximum length constraint for a postgres query? - Database Administrators Stack Exchange () https://dba.stackexchange.com/questions/131399/is-there-a-maximum-length-constraint-for-a-postgres-query

[10]

dbdimp.c: In function 'pg_db_error_field':
dbdimp.c:4325:21: error: 'PG_DIAG_SEVERITY_NONLOCALIZED' undeclared (first use in this function)
         fieldcode = PG_DIAG_SEVERITY_NONLOCALIZED; // i.e. 'V'
                     ^

[11] DBD::Pg 3.9.0 でこのコードが入りましたが、 やや古めの PostgreSQL ではこの定数が定義されていないので、エラーになります。 解決策は新しい PostgreSQL に更新するか、 DBD::Pg を 3.8.1 以前に戻すことです。