Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox

Поиск
Список
Период
Сортировка
От Jasmin Dizdarevic
Тема Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox
Дата
Msg-id AANLkTi=hAf1dwEr=8zf2gBG3grfyf-b-FBtjB5_0B-7=@mail.gmail.com
обсуждение исходный текст
Ответ на pgAdmin III commit: Fix the enableing of Unlogged checkbox  (Guillaume Lelarge <guillaume@lelarge.info>)
Ответы Re: pgAdmin III commit: Fix the enableing of Unlogged checkbox  (Guillaume Lelarge <guillaume@lelarge.info>)
Список pgadmin-hackers
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 <guillaume@lelarge.info>
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 (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

В списке pgadmin-hackers по дате отправления:

Предыдущее
От: Guillaume Lelarge
Дата:
Сообщение: Re: Support for unlogged tables
Следующее
От: "pgAdmin Trac"
Дата:
Сообщение: Re: [pgAdmin III] #296: Uncalled CREATE OR REPLACE VIEW in privileges dialog