SVN Commit by guillaume: r8312 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/include/schema pgadmin/schema

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by guillaume: r8312 - in branches/REL-1_10_0_PATCHES/pgadmin3: . pgadmin/include/schema pgadmin/schema
Date: 2010-04-29 16:45:31
Message-ID: 201004291645.o3TGjVZA009806@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: guillaume

Date: 2010-04-29 17:45:30 +0100 (Thu, 29 Apr 2010)

New Revision: 8312

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

Log:
Fix to only show Storage value if the value is different from the type's default value, per a suggestion from Erwin Brandstetter.
Fixes #176.

Modified:
branches/REL-1_10_0_PATCHES/pgadmin3/CHANGELOG
branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/include/schema/pgColumn.h
branches/REL-1_10_0_PATCHES/pgadmin3/pgadmin/schema/pgColumn.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2010-04-29 16:46:48 SVN Commit by guillaume: r8313 - in trunk/pgadmin3: . pgadmin/include/schema pgadmin/schema
Previous Message pgAdmin Trac 2010-04-29 16:05:44 Re: [pgAdmin III] #176: Reduce "SET STORAGE" noise in SQL pannel