>>> psycopg2.connect("dbname=test")<br><connection object at 0x2a9559c128; dsn: 'dbname=test', closed: 0><br><br>This is just after starting up:<br><br>[postgres@niceguy bin]$ ./startup.sh<br>
[postgres@niceguy bin]$ LOG: database system was shut down at 2007-07-13 10:29:00 CDT<br>LOG: checkpoint record is at 0/BEB2E8<br>LOG: redo record is at 0/BEB2E8; undo record is at 0/0; shutdown TRUE<br>LOG: next transaction ID: 0/22600; next OID: 16943
<br>LOG: next MultiXactId: 1; next MultiXactOffset: 0<br>LOG: database system is ready<br><br><br>I can ./psql test and browse around the db, but apparently the dsn is closed :(<br><br><br>