[OGo-Users] Install on Debian Etch or other suggestions?
Adam Tauno Williams
users@opengroupware.org
Fri, 04 May 2007 09:41:51 -0400
--=-JwOVXoYlH9G6kW+nxTz4
Content-Type: text/plain
Content-Transfer-Encoding: quoted-printable
> > > >> Automatically configure the database? (yes):
> > > >> Database host (localhost):
> > > >> Database port (5432):
> > > >> Database user (ogo):
> > > >> Database user's password:
> > > >> Database name (ogo):
> I thought about this and realised that all it proves is that "psql" is
> working as I also typed in "psql -h localhost -U Poop Poop" and was then
> prompted for the "Password for user Poop:"
Yep, "connected" means you can access the database. =20
awilliam@aleph:~> psql -h localhost -U OGo OGo
{possible password prompt here}
Welcome to psql 8.1.5, the PostgreSQL interactive terminal.
Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit
OGo=3D> \d team
OGo=3D> select count(*) from person;
count=20
-------
1561
(1 row)
OGo=3D> \q
> I'm off to read the WhiteMice Admin guide to see it I can gleen anything
> from it that might help.
*FIRST* - uninstall one of the versions of PostgreSQL. I don't know how
you ended up with two [seems like it would be a ridiculous default].
Either that or determine which one you are connecting too. If you don't
know how to do that then you *NEED* to uninstall one of them.
Don't bother with anything else until you have exactly one version of
PostgreSQL installed and running.
--=-JwOVXoYlH9G6kW+nxTz4
Content-Type: application/pgp-signature; name=signature.asc
Content-Description: This is a digitally signed message part
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
iD8DBQBGOzgfLRePpNle04MRAl3NAJ42Oiuvgp39YqAerCE8BTT26FdopwCeMZJ/
r0C+VpSitKlFbtH0RbZ07fU=
=4vuC
-----END PGP SIGNATURE-----
--=-JwOVXoYlH9G6kW+nxTz4--