2012-02-28から1日間の記事一覧

rsyncでエラー「The source and destination cannot both be remote.」

送り元、送り先どっちもリモートはダメ!の意味。

外部ファイルを読み込みSQL(DDL)を実行する | QuickKnowLedge $ psql -d qk -U dbuser -f /home/dbuser/app/sql/common.postal.sql 文字列型の使い分け — Let's Postgres NULLの許可(NOT NULL) - テーブルの作成 - MySQLの使い方 NOT NULL はnullを許可する…

prefix and the DBI_DRIVER env var is not set

× my ($dbname) = @_; my $dbh = DBI->connect("dbi::Pg:dbname=$dbname", "", ""); $dbh->disconnect; ○ my $dbh = DBI->connect("dbi:Pg:dbname=$dbname", "", "");