Обсуждение: SVN Commit by dpage: r6651 - trunk/pgadmin3/pgadmin/dlg

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

SVN Commit by dpage: r6651 - trunk/pgadmin3/pgadmin/dlg

От
svn@pgadmin.org
Дата:
Author: dpage

Date: 2007-09-17 12:42:59 +0100 (Mon, 17 Sep 2007)

New Revision: 6651

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6651&view=rev

Log:
Add a <default tablespace> option when creating tables, indexes or index constraints. It seems that if you explicitly
specifya tablespace name, then you must have permission to use it, however, you can use the default tablespace without
explicitpermissions (as is the case by default for pg_default). Per report from Harald Armin Massa. 


Modified:
   trunk/pgadmin3/pgadmin/dlg/dlgIndex.cpp
   trunk/pgadmin3/pgadmin/dlg/dlgIndexConstraint.cpp
   trunk/pgadmin3/pgadmin/dlg/dlgTable.cpp