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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Always add parenthesis, even if there is no columns
Date: 2011-07-22 20:09:31
Message-ID: E1QkM2N-0007BW-QW@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2011-07-22 20:10:06 Re: Copy/Paste table(s) functions - git context patch
Previous Message Guillaume Lelarge 2011-07-22 19:54:52 Re: Copy/Paste table(s) functions - git context patch