Обсуждение: pgAdmin III commit: Database designer is now not compiled by default

Поиск
Список
Период
Сортировка

pgAdmin III commit: Database designer is now not compiled by default

От
Guillaume Lelarge
Дата:
Database designer is now not compiled by default

You need to use --enable-databasedesigner with ./configure to enable it. By
default, it's disabled.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=926bd69bc18d6243f080c56f67f6ed4cb763926b

Modified Files
--------------
acinclude.m4            |   31 +++++++++++++++++++++++++++++++
configure.ac.in         |    1 +
pgadmin/frm/frmMain.cpp |    4 ++++
pgadmin/pgAdmin3.cpp    |   20 +++++++++++++++++---
4 files changed, 53 insertions(+), 3 deletions(-)