Hello Everyone,
I am new to both the list and PostgreSQL, I've been reading Practical
PostgreSQL and I was trying to install the example databse:
To install this database, type psql -U postgres template1 -f
/mnt/cdrom/booktown.sql
In 7.2.1 I get the psql terminal with the messages that the extra option -f
was ignored, as was the extra option booktown.sql.
How do I do this with the new version?
Thanks, Derick