Re: [Sqlalchemy-users] postgresql dsn and connection URIs

2006-07-20 Thread Kevin Dangoor
Yep, that worked. Thanks! On 7/20/06, Michael Bayer <[EMAIL PROTECTED]> wrote: > yeah it should work if you say: > > postgres://pgsql@/foo > > On Jul 20, 2006, at 8:39 AM, Kevin Dangoor wrote: > > > I'm working on a project that currently uses psycopg1 and connects > > with a string like t

Re: [Sqlalchemy-users] postgresql dsn and connection URIs

2006-07-20 Thread Michael Bayer
yeah it should work if you say: postgres://pgsql@/foo On Jul 20, 2006, at 8:39 AM, Kevin Dangoor wrote: > I'm working on a project that currently uses psycopg1 and connects > with a string like this passed to connect(): dsn='user=pgsql > dbname=foo' > > I don't think it's using TCP socke