Re: Typed tables - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Typed tables
Date
Msg-id 1257761731.12918.7.camel@fsopti579.F-Secure.com
Whole thread Raw
In response to Re: Typed tables  (Simon Riggs <simon@2ndQuadrant.com>)
Responses Re: Typed tables
Re: Typed tables
List pgsql-hackers
On Sun, 2009-11-08 at 21:17 +0000, Simon Riggs wrote:
> Not sure I see why this is good. Why is issuing CREATE TYPE so much
> easier than using CREATE TABLE? Is it worth the extra syntax and code to
> support it? Can we do anything additional as a result of this?

These are tools to improve database design in particular situations.
Nobody really *needs* this, but then again, you don't really need CREATE
TYPE for composite types in the first place.  Using CREATE TABLE instead
of CREATE TYPE creates a bunch of extra things you don't need.  For
example, files are created, VACUUM and ANALYZE have to keep checking the
table, backup tools think they have to back up the table, and you have
to check that no one actually inserts anything into the table.

> Is this required by the standard or are we going past the standard?

This is part of the SQL standard.




pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: more support for various frame types of window functions
Next
From: David Fetter
Date:
Subject: Re: more support for various frame types of window functions