Re: pgAdmin III commit: Fix SQL for GRANT on a sequence - Mailing list pgadmin-hackers

From Dave Page
Subject Re: pgAdmin III commit: Fix SQL for GRANT on a sequence
Date
Msg-id 55DDD68F-B02C-4EF0-9C4B-3147C7AAE989@pgadmin.org
Whole thread Raw
In response to pgAdmin III commit: Fix SQL for GRANT on a sequence  (Guillaume Lelarge <guillaume@lelarge.info>)
Responses Re: pgAdmin III commit: Fix SQL for GRANT on a sequence  (Guillaume Lelarge <guillaume@lelarge.info>)
List pgadmin-hackers
That syntax was (once) intentional, and was not a bug, as earlier versions of PG don't support ALTER SEQUENCE. Did you check the version compatibility?

-- 
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK:http://www.enterprisedb.com
The Enterprise PostgreSQL Company

On 14 Jul 2014, at 22:03, Guillaume Lelarge <guillaume@lelarge.info> wrote:

Fix SQL for GRANT on a sequence

Report from liuyuanyuan.

Branch
------
REL-1_18_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5eb8e16348c001708d4b2d511eae988724a84938

Modified Files
--------------
CHANGELOG                     |    2 ++
pgadmin/dlg/dlgSequence.cpp   |    2 +-
pgadmin/schema/pgSequence.cpp |    2 +-
3 files changed, 4 insertions(+), 2 deletions(-)


--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

pgadmin-hackers by date:

Previous
From: Guillaume Lelarge
Date:
Subject: pgAdmin III commit: Fix SQL for GRANT on a sequence
Next
From: Guillaume Lelarge
Date:
Subject: Re: pgAdmin III commit: Fix SQL for GRANT on a sequence