Re: pgdb connection string

2008-06-13 Thread Mel
Johannes Bauer wrote: > I'm trying to initialize a connection to a PG database. So help(pgdb) > says: > > pgdb.connect(connect_string) -> connection > connect_string = 'host:database:user:password:opt:tty' > All parts are optional. You may also pass host through >

pgdb connection string

2008-06-13 Thread Johannes Bauer
Hello group, I've run into a small problem with pgdb which is actually not PostgreSQL specific - I just do not understand the Python syntax at one point. I'm trying to initialize a connection to a PG database. So help(pgdb) says: pgdb.connect(connect_string) -> connection connect_