Re: [pgadmin-support] PgAdmin 1.16.1 on Mac OS X 10.8.3: Query Tool broken?

2013-05-02 Thread Dave Page
On Thu, May 2, 2013 at 1:55 PM, k mac wrote: > Made no change. Sorry. Hmm, OK. Do you have a ~/.pgadmin_histoqueries file? If so, please close pgAdmin, rename the file, and try running pgAdmin again. > This is the first time I have ever seen PgAdmin behave strangely. I've certainly never heard

Re: [pgadmin-support] PgAdmin 1.16.1 on Mac OS X 10.8.3: Query Tool broken?

2013-05-02 Thread k mac
Made no change. Sorry. This is the first time I have ever seen PgAdmin behave strangely. On 2013-05-02, at 3:23, Dave Page wrote: > On Thu, May 2, 2013 at 5:20 AM, k mac wrote: >> I obtained an image of PostgreSQL 9.2.4 from >> >> http://www.enterprisedb.com/products-services-training/pgdown

[pgadmin-support] Grants on sequences via Grant Wizard

2013-05-02 Thread Bartosz Dmytrak
Hi all, I've noticed Grant Wizard (schema node) generates odd SQL to grant privileges on sequence. Sequence is treated as a table, so SQL may look like this: GRANT SELECT, UPDATE, INSERT, DELETE, REFERENCES ON TABLE "MySchema"."MySeq" TO "MyGroup"; what produces warning message: WARNING: sequenc

Re: [pgadmin-support] PgAdmin 1.16.1 on Mac OS X 10.8.3: Query Tool broken?

2013-05-02 Thread Dave Page
On Thu, May 2, 2013 at 5:20 AM, k mac wrote: > I obtained an image of PostgreSQL 9.2.4 from > > http://www.enterprisedb.com/products-services-training/pgdownload > > and performed a clean install. Then I launched PgAdmin but found that > the Query tool wasn't behaving. > > Attached is an image of