[pgadmin-hackers] Re: [pgadmin-hackers] Re: 答复: [pgadmin-hackers] pgAdmin III commit: Fix SQL for GRANT on a sequence

2014-07-20 Thread Guillaume Lelarge
2014-07-15 9:21 GMT+02:00 Dave Page : > > > > On Tue, Jul 15, 2014 at 2:45 AM, liuyuanyuan > wrote: > >> Thanks for your attention to this topic! >> >> In fact, none pgadmin can be compatible with all versions of the >> database. >> > > We've done pretty well so far, supporting right back to 7.3

Re: [pgadmin-hackers] pgAdmin III commit: Fix SQL for GRANT on a sequence

2014-07-20 Thread Guillaume Lelarge
2014-07-15 0:27 GMT+02:00 Dave Page : > Minor brain failure, but I believe the same comment applies. > > Yeah, the code checks the version. If less than 8.3, it uses the old syntax (GRANT ON TABLE). Otherwise, it uses the new syntax (GRANT ON SEQUENCE). > On 14 Jul 2014, at 22:13, Guillaume Lela