The database name is cobalt. I couldn't figure out the username and password so I modified /usr/lib/pgsql/pg_hba.conf to allow any user to connect (there are lines commented out in this file that you can uncomment to accomplish this) on localhost. Once I did that I was able to log in via psql as the admin user using "psql -U admin cobalt". Once connected and in psql you can type "show tables" to get a list of tables.
I know this doesn't properly answer your question and is a bit of a hack but it will give you a peek at the cobalt postgresql database. -Bill ---- Bill Kuhn [EMAIL PROTECTED] ----- Original Message ----- From: "Rob Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 28, 2001 2:40 PM Subject: [cobalt-developers] Connecting to the cobalt postrgres database... > > > > Hi, > > I've been digging through the Cobalt modules trying to find how the admin > interface connects to the Cobalt database, and it's proving rather > frustrating. > > Any one know the default postgresql username/password used by cobalt? is > there any documentation on the database anywhere such as a diagram of > tables, fields and relationships? > > -Rob > > > _______________________________________________ > cobalt-developers mailing list > [EMAIL PROTECTED] > http://list.cobalt.com/mailman/listinfo/cobalt-developers > _______________________________________________ cobalt-developers mailing list [EMAIL PROTECTED] http://list.cobalt.com/mailman/listinfo/cobalt-developers
