Thread: pgAdmin III commit: Always add parenthesis, even if there is no columns

pgAdmin III commit: Always add parenthesis, even if there is no columns

From
Guillaume Lelarge
Date:
Always add parenthesis, even if there is no columns

The CREATE TABLE statement should always have parenthesis, even if there is no
column or option between them.

Branch
------
REL-1_14_0_PATCHES

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

Modified Files
--------------
pgadmin/schema/pgTable.cpp |    9 +--------
1 files changed, 1 insertions(+), 8 deletions(-)