I am running UdmSearch and I had what looked like error messages when
setting up the Postgres SQL database. I am using version 3.0.19 of
UdmSearch and version 7.0.2 of Postgres SQL.
The log of the commands that I performed and the outputs are listed
below.
$ createdb -U foo udmsearch
CREATE DATABASE
$ psql -U foo udmsearch < udmsearch-3.0.19/create/pgsql/create.txt
ERROR: Relation 'url' does not exist
ERROR: Relation 'dict' does not exist
ERROR: Relation 'robots' does not exist
ERROR: Relation 'stopword' does not exist
ERROR: Relation 'next_url_id' does not exist
CREATE
NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index 'url_pkey' for table 'url'
CREATE
CREATE
CREATE
NOTICE: CREATE TABLE/PRIMARY KEY will create implicit index 'stopword_pkey' for table
'stopword'
CREATE
CREATE
CREATE
CREATE
CREATE
$ psql -U foo udmsearch < udmsearch-3.0.19/create/pgsql/crc.txt
CREATE
CREATE
CREATE
Some of these look like error messages, but since I know nothing about
using databases I don't know if this is normal.
--
Andrew.
----------------------------------------------------------------------
Andrew M. Bishop [EMAIL PROTECTED]
http://www.gedanken.demon.co.uk/
______________
If you want to unsubscribe send "unsubscribe udmsearch"
to [EMAIL PROTECTED]