[BUGS] BUG #8375: pg_hba.conf: Include_dir like in postgresql.conf

2013-08-08 Thread hv
The following bug has been logged on the website: Bug reference: 8375 Logged by: Thomas Güttler Email address: h...@tbz-pariv.de PostgreSQL version: 9.2.4 Operating system: Linux Description: For easier deployment it would be nice to have an include_dir directive in p

Re: [BUGS] BUG #8375: pg_hba.conf: Include_dir like in postgresql.conf

2013-08-08 Thread Tom Lane
h...@tbz-pariv.de writes: > For easier deployment it would be nice to have an include_dir directive in > pg_hba.conf. This doesn't seem like a remarkably good idea from here, mainly because entries in pg_hba.conf are critically order-dependent. Dropping random entries into a conf.d-like directory

[BUGS] BUG #8376: Doc update: CREATE ROLE

2013-08-08 Thread bughunt
The following bug has been logged on the website: Bug reference: 8376 Logged by: David Tonhofer Email address: bugh...@gluino.name PostgreSQL version: 9.2.4 Operating system: Linux Description: At: http://www.postgresql.org/docs/9.2/static/sql-createrole.html 1) Des

[BUGS] Regarding postgre slow query response with pgp_sym_decrypt

2013-08-08 Thread Mitali Rajendra Dalvi
Hello, I have a simple query in which I am decrypting the column values using pgp_sym_decrypt function. Query is taking 13 secs to execute which is quite long. Can you please help me as soon as possible. I have gone through the Support documentation but still it didn't solve my problem. Thank

Re: [BUGS] BUG #8375: pg_hba.conf: Include_dir like in postgresql.conf

2013-08-08 Thread Terje Elde
On 8. aug. 2013, at 14:39, Tom Lane wrote: > This doesn't seem like a remarkably good idea from here, mainly because > entries in pg_hba.conf are critically order-dependent. Dropping random > entries into a conf.d-like directory could produce unexpected results > --- and in this case, "unexpected

[BUGS] BUG #8378: JDBC driver DatabaseMetaData.getCatalogTerm returns "database" rather than null or empty string

2013-08-08 Thread selhelou
The following bug has been logged on the website: Bug reference: 8378 Logged by: Samer El Helou Email address: selhe...@ca.ibm.com PostgreSQL version: 9.2.4 Operating system: Windows Description: Using the latest jdbc driver postgresql-9.2-1003.jdbc4.jar version Postg