pgAdmin III commit: Fix the reverse-engineered SQL for types

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Fix the reverse-engineered SQL for types
Date: 2012-02-13 22:34:54
Message-ID: E1Rx4U2-00077h-NK@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Fix the reverse-engineered SQL for types

Receive, and send functions, and passbyvalue boolean were forgotten in the
reverse-engineered SQL for types.

Branch
------
master

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

Modified Files
--------------
CHANGELOG | 1 +
pgadmin/schema/pgType.cpp | 44 ++++++++++++++++++++++++++++----------------
2 files changed, 29 insertions(+), 16 deletions(-)

Browse pgadmin-hackers by date

  From Date Subject
Next Message pgAdmin Trac 2012-02-13 22:35:51 Re: [pgAdmin III] #342: Enumerable type doesn't have all the options available on CREATE TYPE
Previous Message pgAdmin Trac 2012-02-13 21:21:57 Re: [pgAdmin III] #342: Enumerable type doesn't have all the options available on CREATE TYPE