Re: [GENERAL] JDBC - setting PG variables in URL

2007-05-07 Thread Joshua D. Drake
Jan Bilek wrote: Hi, Is it possible to set any of postgre variables in JDBC conection URL? Example: "jdbc:postgresql://localhost:/dbname?pgvar1=value2&pgvar2=value2" Is this or simular construction plausible? We tried it, but it didn't work. OR - question could be put this way: How to set inte

[GENERAL] JDBC - setting PG variables in URL

2007-05-07 Thread Jan Bilek
Hi, Is it possible to set any of postgre variables in JDBC conection URL? Example: "jdbc:postgresql://localhost:/dbname?pgvar1=value2&pgvar2=value2" Is this or simular construction plausible? We tried it, but it didn't work. OR - question could be put this way: How to set internal postgre varia