summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild')
-rw-r--r--dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild b/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild
index d02931a..88b9d73 100644
--- a/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild
+++ b/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.1.1.4.3.ebuild
@@ -45,5 +45,5 @@ src_install() {
pkg_postinst() {
elog "You have to 'activate' the module by executing some SQL statements."
elog "This can be done with the following command:"
- elog "psql -U postgresq -f ${ROOT}/usr/share/postgresql/contrib/admin${PG_PV/.}.sql"
+ elog "psql -U postgres some_database -f ${ROOT}/usr/share/postgresql/contrib/admin${PG_PV/.}.sql"
}