[pgadmin-hackers] Updated options-query_tool.rst file

2013-07-15 Thread Susan Douglas
Hi,There are three undocumented fields on the Options/Query Tool dialog:Thousands separatorDecimal markCopy column namesI've added the following column descriptions to the attached .rst file:* **Thousands separator** - Use the *Thousands separator* field to specify a delimiter character that will b

Re: [pgadmin-hackers] pgAdmin bug - SQL creation for foreign keys

2013-07-15 Thread Dinesh Kumar
Hi Dave, I am able to re-produce the reported issue and with the create new role dialogue box. Please find the attached patch for these reported cases. Thanks in advance. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co

[pgadmin-hackers] Error on standby: Cannot assign TransactionIDs during recovery.

2013-07-15 Thread p g
I get this error on the standby node when using check_postgres.pl for the following actions: Autovacuum_freeze Txn_wraparound. I tried running the following query on the standby: SELECT datname, age(datfrozenxid) AS age FROM pg_database WHERE datallowconn ORDER BY 1, 2; The resulting error is