-u has been depreciated for psql, a proposed update the adminpack for
8.1 to reflect that.
- August
Index: admin81/README.admin81
===================================================================
--- admin81/README.admin81 (revision 5009)
+++ admin81/README.admin81 (working copy)
@@ -25,7 +25,7 @@
the pgAdmin SQL tool (and then close and reopen the connection to the
freshly
instrumented server), or run the script using psql, eg:
-psql -u postgres postgres < admin81.sql
+psql -U postgres postgres < admin81.sql
On PostgreSQL 8.1 or above, you should use the admin81.sql script.