Ticket 135: Support for the new CREATE TABLE OF syntax

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Ticket 135: Support for the new CREATE TABLE OF syntax
Date: 2010-03-10 18:53:32
Message-ID: 4B97EAAC.8010209@lelarge.info
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Hi,

You'll find attached a patch that allows a user to specify a composite
type in the table dialog to create a new table. It uses the "CREATE
TABLE tablename OF typename" syntax.

One restriction: the user can't change some column's properties (default
value for example). The user has to create the table, then change
properties for some columns.

Comments?

--
Guillaume.
http://www.postgresqlfr.org
http://dalibo.com

Attachment Content-Type Size
ticket135_v1.patch text/x-patch 21.4 KB

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2010-03-10 18:57:47 SVN Commit by guillaume: r8221 - in trunk/www: . download
Previous Message Dave Page 2010-03-10 18:28:39 Re: New minor release?