does not exist in ..
does not exist in the system catalog
[Thu Jun 6 13:25:08 2002] [error] PHP Warning: pg_connect() unable to connect to PostgreSQL server: FATAL 1: Database "hostname" does not exist in the system catalog.
sample.php
$con = pg_connect("", "", "", "", "hostname");
http://php.netmonic.com/manual/ja/function.pg-connect.php
より:
connection_stringで利用可能な引数には、 dbname, port, host, tty, options, user, passwordが含まれます。
|