| From: | August Zajonc <augustz(at)augustz(dot)com> |
|---|---|
| To: | pgadmin-hackers(at)postgresql(dot)org |
| Subject: | Small update to README.admin81 |
| Date: | 2006-02-20 22:49:00 |
| Message-ID: | 43FA475C.4000603@augustz.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgadmin-hackers |
-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.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Edward Di Geronimo Jr. | 2006-02-21 03:02:55 | Re: Query tool results in grid |
| Previous Message | Andreas Pflug | 2006-02-20 22:47:20 | Re: detecting serials in 8.1 |