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
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
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
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