|
[postgres@cntd1952 ~]$ pg_ctl start
[postgres@cntd1952 ~]$ createdb ludia
LOG: transaction ID wrap limit is 2147484146, limited by database "postgres"
CREATE DATABASE
[postgres@cntd1952 ~]$ psql -f /usr/local/pgsql/share/pgsenna2.sql ludia
CREATE FUNCTION
(中略)
CREATE OPERATOR CLASS
[postgres@cntd1952 ~]$
|
|