diff options
Diffstat (limited to 'dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild')
-rw-r--r-- | dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild b/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild index 6f2d6ec..1c073d7 100644 --- a/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.1.4.3.ebuild +++ b/dev-db/pgadmin3-adminpack/pgadmin3-adminpack-8.0.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" } |