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
>
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_