[symfony-users] Re: Symfony+Doctrine+PGSQL

2009-07-30 Thread Martin Ibarra Cervantes
your need put the DSN correct on youur config/databases.yml On Wed, Jul 29, 2009 at 1:10 PM, Gábor Fási wrote: > > Just specify the correct DSN and you should be fine. The pgsql dsn has > a different format than the mysql one, it looks like this: > pgsql:host=hostname;dbname=databasename;user=

[symfony-users] Re: Symfony+Doctrine+PGSQL

2009-07-29 Thread Gábor Fási
Just specify the correct DSN and you should be fine. The pgsql dsn has a different format than the mysql one, it looks like this: pgsql:host=hostname;dbname=databasename;user=username;password=thepassword 2009/7/29 Guelmis Lázara Martínez Ramírez : > > Hi: >  I have been trying to change the sfPr