Обсуждение: Small update to README.admin81

Поиск
Список
Период
Сортировка

Small update to README.admin81

От
August Zajonc
Дата:
-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.

Re: Small update to README.admin81

От
"Dave Page"
Дата:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> August Zajonc
> Sent: 20 February 2006 22:49
> To: pgadmin-hackers@postgresql.org
> Subject: [pgadmin-hackers] Small update to README.admin81
>
> -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.

Thanks - fixed in all affected readmes, on trunk and the stable branch.

Regards, Dave.