Re: [pgadmin-hackers] Add CREATE EXTENSION Support

2014-02-12 Thread Dave Page
On Tue, Feb 11, 2014 at 6:50 PM, David E. Wheeler wrote: > On Feb 11, 2014, at 9:16 AM, Dave Page wrote: > >> I actually removed the .0 because there aren't supposed to be any >> schema changes in a point release (in fact, there aren't even supposed >> to be in anything but a major release). I th

Re: [pgadmin-hackers] Ways to improve PgAdmin III SQL context help

2014-02-12 Thread Dave Page
Hi On Tue, Feb 11, 2014 at 5:33 PM, J.F. Oster wrote: > Hello All! > > Currently when I press F1 in the SQL Query window, PgAdmin III looks > for first token of selected (or whole) text, recognizes most of SQL > commands and tries to open corresponding help page. > > I tried to extend that list w

Re: [pgadmin-hackers] Add CREATE EXTENSION Support

2014-02-12 Thread David E. Wheeler
On Feb 12, 2014, at 2:21 AM, Dave Page wrote: > Much as PostgreSQL only changes catalogs and on disk format in major > releases, pgAgent only changes its schema in X releases (in the X.Y.Z > numbering scheme). My point is that there is no need to have upgrade > scripts from 3.3.0 - 3.4.0 or even

[pgadmin-hackers] pgAdmin III commit: Give more options with the plain format

2014-02-12 Thread Guillaume Lelarge
Give more options with the plain format Previously, we denied schema/data only, no owner, no tablespace, etc with the plain format. Branch -- master Details --- http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=8b0f7500e2af68e32f94021c071aab971175bee9 Modified Files ---