Hi, sorry, but there is still a bug:
When I click on a table the following statement is shown in the SQL pane: CREATE UNLOGGED TABLE berfil.tasks ( taskid character varying(32) NOT NULL, taskyear numeric(4,0), and when opening properties the checkbox is checked. Backend is 8.4. Just another idea: Wouldn't it be nice to show if a table is unlogged or not in the properties? Regards, Jasmin 2011/1/9 Guillaume Lelarge <[email protected]> > Fix the enableing of Unlogged checkbox > > The Unlogged checkbox should be disabled if the user isn't connected to a > 9.1+ > PostgreSQL server. > > Branch > ------ > master > > Details > ------- > > http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=7558d286095cc5541df08078bfd24936eedf2c15 > > Modified Files > -------------- > pgadmin/dlg/dlgTable.cpp | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > > -- > Sent via pgadmin-hackers mailing list ([email protected]) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers >
