Re: Typed tables

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Typed tables
Дата
Msg-id 1257761731.12918.7.camel@fsopti579.F-Secure.com
обсуждение исходный текст
Ответ на Re: Typed tables  (Simon Riggs <simon@2ndQuadrant.com>)
Ответы Re: Typed tables
Re: Typed tables
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: more support for various frame types of window functions
Следующее
От: David Fetter
Дата:
Сообщение: Re: more support for various frame types of window functions