Обсуждение: PgAdmin support for 8.5
By the way thanks PgAdmin group for releasing a new version of PgAdmin :). I assume this is already known, but current build doesn't work with the PostgreSQL 8.5 alpha 2. But just in case Gives error: column "datconfig" does not exist and then doesn't list databases Of course this is not a bug since there is a glaring warning message that this should not be used for PostgreSQL higher than8.4+. Just curious when such support is planned. I assume when 8.5 reaches beta or RC phase? Thanks, Regina ----------------------------------------- The substance of this message, including any attachments, may be confidential, legally privileged and/or exempt from disclosure pursuant to Massachusetts law. It is intended solely for the addressee. If you received this in error, please contact the sender and delete the material from any computer.
On Mon, Dec 7, 2009 at 1:31 PM, Obe, Regina <robe.dnd@cityofboston.gov> wrote: > > By the way thanks PgAdmin group for releasing a new version of PgAdmin :). > > I assume this is already known, but current build doesn't work with the PostgreSQL 8.5 alpha 2. But just in case > > Gives error: > column "datconfig" does not exist > > and then doesn't list databases > > Of course this is not a bug since there is a glaring warning message that this should not be used for PostgreSQL higherthan 8.4+. > > Just curious when such support is planned. I assume when 8.5 reaches beta or RC phase? Never in 1.10.x. We'll support 8.5 in 1.12 which will be released with, or before Postgres. -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com
Hi, Le lundi 7 décembre 2009 à 14:31:57, Obe, Regina a écrit : > By the way thanks PgAdmin group for releasing a new version of PgAdmin :). > You're welcome :) > I assume this is already known, but current build doesn't work with the > PostgreSQL 8.5 alpha 2. But just in case > > Gives error: > column "datconfig" does not exist > > and then doesn't list databases > pgAdmin 1.10 won't ever support 8.5. You'll need 1.11 dev release or 1.12. > Of course this is not a bug since there is a glaring warning message that > this should not be used for PostgreSQL higher than 8.4+. > > Just curious when such support is planned. I assume when 8.5 reaches beta > or RC phase? > 1.11 already supports 8.5, but actually, it supports only parts of it. Right now, I have this: guillaume@laptop:~/freeprojects/git.pgadmin$ grep "1\.12" CHANGELOG 2009-12-07 GL 1.12.0 Use of wxColourPickerCtrl each time we need to choose a 2009-12-03 GL 1.12.0 Replace Alt-F4 with Ctrl-Q and Ctrl-W. 2009-11-25 DP 1.12.0 Add code to the schema browser to allow the user to 2009-11-23 GL 1.12.0 Support for "ALTER TABLE ... ALTER COLUMN ... SET 2009-11-19 GL 1.12.0 Support for drag-and-drop of a file in the query tool. 2009-10-28 DP 1.12.0 Extend the branding code to allow the vendor-specific 2009-10-08 DP 1.12.0 Add 'SELECT Script' for functions and 'EXEC Script' for 2009-09-28 GL 1.12.0 Allow the change of database for the lock report on the 2009-09-25 GL 1.12.0 Highlight processes according to their activity. 2009-09-17 GL 1.12.0 Add a button to open the query tool with the query 2009-09-04 GL 1.12.0 Add an option to automatically rollback a failed 2009-09-01 GL 1.12.0 Remembers correctly window's maximized status, per a 2009-08-06 GL 1.12.0 Allow names without dot in open file dialog. 2009-08-05 GL 1.12.0 Better l10n support on sequences' statistics, per a 2009-08-03 GL 1.12.0 Better l10n support on the Grant Wizard, per a 2009-08-03 GL 1.12.0 Better l10n support on the generated reports, per a 2009-07-24 GL 1.12.0 More statistics on various objects, databases, indexes, 2009-07-21 DP 1.12.0 Add the partition name to the properties pane when viewing 2009-07-20 GL 1.12.0 Multiple statements are an issue with pgPool-II in 2009-07-07 DP 1.12.0 Cache datatypes in dlgTable, so they don't have to be 2009-07-01 DP 1.12.0 Use the STC instead of a rich text control in the edit Now that I'm reading this, this is probably not the best way to know which functionnality is already supported. You'd have better luck with this URL: http://code.pgadmin.org/trac/query?keywords=~8.5 If you think something is missing, tell us so. -- Guillaume.http://www.postgresqlfr.orghttp://dalibo.com
2009/12/7 Guillaume Lelarge <guillaume@lelarge.info>: > 2009-12-03 GL 1.12.0 Replace Alt-F4 with Ctrl-Q and Ctrl-W. didn't that go into 1.10.1? -- Dave Page EnterpriseDB UK: http://www.enterprisedb.com
Le lundi 7 décembre 2009 à 14:53:50, Dave Page a écrit : > 2009/12/7 Guillaume Lelarge <guillaume@lelarge.info>: > > 2009-12-03 GL 1.12.0 Replace Alt-F4 with Ctrl-Q and Ctrl-W. > > didn't that go into 1.10.1? > It first went into the 1.12 (and so, trunk's CHANGELOG says 1.12). Then it went to 1.10 branch (and so, 1.10's CHANGELOG says 1.10). I forgot to change 1.12's CHANGELOG... -- Guillaume.http://www.postgresqlfr.orghttp://dalibo.com
Le lundi 7 décembre 2009 à 14:59:40, Guillaume Lelarge a écrit : > Le lundi 7 décembre 2009 à 14:53:50, Dave Page a écrit : > > 2009/12/7 Guillaume Lelarge <guillaume@lelarge.info>: > > > 2009-12-03 GL 1.12.0 Replace Alt-F4 with Ctrl-Q and Ctrl-W. > > > > didn't that go into 1.10.1? > > It first went into the 1.12 (and so, trunk's CHANGELOG says 1.12). Then it > went to 1.10 branch (and so, 1.10's CHANGELOG says 1.10). I forgot to > change 1.12's CHANGELOG... > I fixed this. -- Guillaume.http://www.postgresqlfr.orghttp://dalibo.com