Re: [pgadmin-support] [ADMIN] Background color in query tool

2009-09-01 Thread PESTY Benoit
Hello, It was my first idea to have the background color of the tool completely changed. But it is probably too "invasive" and will completely kill the readability. Maybe just a reminder of the color in the combobox of selection of the connexion would be sufficient. Regards, Benoit Pesty -

Re: [pgadmin-support] Saving window maximize state

2009-09-01 Thread Dave Page
On Mon, Aug 31, 2009 at 5:57 PM, Guillaume Lelarge wrote: > Here is a patch to fix this. This is more a new feature than a fix, so it will > be available in 1.11/1.12 release. Looks fine to me. > I've found also that we don't have minimize and maximize buttons for > properties' dialogs. Should we

Re: [pgadmin-support] Savepoints in PgAdmin

2009-09-01 Thread Dave Page
2009/8/31 Guillaume Lelarge : > Here is a patch to add this feature. It adds a new setting ("Disable Auto > ROOLBACK") in the Query tag of the Options Dialog. This is of course for 1.11. > > Comments? ROLLBACK I hope :-) Looks good - my only comment is whether the option should be to disable or

Re: [pgadmin-support] Wrong display of privileges on Procedural Language in SQL window

2009-09-01 Thread Dave Page
On Wed, Aug 5, 2009 at 2:27 PM, Jan-Peter Seifert wrote: > Hello, > > there seems to be a problem with evaluating the ACL for a procedural language: Thanks - Sachin Srivastava has written a patch for this, and I've committed it for 1.10.1. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.

Re: [pgadmin-support] Domain wizard bug

2009-09-01 Thread Guillaume Lelarge
Le mardi 25 août 2009 à 02:33:10, Dave Page a écrit : > 2009/8/23 ** ** : > > Problem occur when I have more than one schema. > > When I create domain for TEST_SCHEMA and set owner, pgadmin add the line: > > ALTER DOMAIN "PT2" OWNER TO postgres; and I get error. > > It Should be: > > ALTER DOMAIN t

Re: [pgadmin-support] Saving window maximize state

2009-09-01 Thread Guillaume Lelarge
Le mardi 1 septembre 2009 à 11:00:49, Dave Page a écrit : > On Mon, Aug 31, 2009 at 5:57 PM, Guillaume > > Lelarge wrote: > > Here is a patch to fix this. This is more a new feature than a fix, so it > > will be available in 1.11/1.12 release. > > Looks fine to me. > Commited. Thanks. -- Guilla

Re: [pgadmin-support] Domain wizard bug

2009-09-01 Thread Dave Page
On Tue, Sep 1, 2009 at 1:00 PM, Guillaume Lelarge wrote: > Le mardi 25 août 2009 à 02:33:10, Dave Page a écrit : >> 2009/8/23 ** ** : >> > Problem occur when I have more than one schema. >> > When I create domain for TEST_SCHEMA and set owner, pgadmin add the line: >> > ALTER DOMAIN "PT2" OWNER TO

Re: [pgadmin-support] Domain wizard bug

2009-09-01 Thread Guillaume Lelarge
Le mardi 1 septembre 2009 à 14:30:09, Dave Page a écrit : > On Tue, Sep 1, 2009 at 1:00 PM, Guillaume Lelarge wrote: > > Le mardi 25 août 2009 à 02:33:10, Dave Page a écrit : > >> 2009/8/23 ** ** : > >> > Problem occur when I have more than one schema. > >> > When I create domain for TEST_SCHEMA a

Re: [pgadmin-support] Domain wizard bug

2009-09-01 Thread Dave Page
On Tue, Sep 1, 2009 at 1:35 PM, Guillaume Lelarge wrote: >> I forgot. What's worse is that I also cleaned out a bunch of patches I >> had hanging around, including that one. D'oh! >> > > Ouch. No backups? Actually I found a copy of the modified file in the trash - but it was only a 2 liner. No bac

[pgadmin-support] PITR WAL Archive error on idle database

2009-09-01 Thread abhishekgautam009
Hi, I am new to Postgres and installed postgres 8.3.7 build 1200 Windows 2003 server . I have implemented PITR with WAL shipping which takes one full backup and an hourly backup of the WAL files through backup scripts.The backup script is just copying the files after pg_switch_xlog(). On Saturda