Re: papers on datatype design

Поиск
Список
Период
Сортировка
От Brent Verner
Тема Re: papers on datatype design
Дата
Msg-id 20011208071927.GA27416@rcfile.org
обсуждение исходный текст
Ответ на papers on datatype design  (Brook Milligan <brook@biology.nmsu.edu>)
Ответы Re: papers on datatype design  (Brook Milligan <brook@biology.nmsu.edu>)
Список pgsql-general
[2001-12-07 22:58] Brook Milligan said:
| Does anyone know of papers discussing issues that arise in the design
| of specific datatypes intended to represent particular real-world
| information?  I am thinking of situations more complex than simply
| choosing among existing standard datatypes.  In some instances,
| existing datatypes do not adequately represent the type of information
| required; therefore, additional design must be undertaken.
|
| To date, I have found essentially nothing on this issue.  Any pointers
| would be extremely helpful.

  PostgreSQL has a /very/ nice system of creating user-defined types,
however I am not aware of any papers directly related to design of
user-defined types for PostgreSQL.  There are numerous examples
available in the contrib/ directory of all recent PostgreSQL releases.

  I'd recommend reading over relevant documentation[1] to familiarize
yourself with PG's type facilities, then take a look at some of the
user-defined types in contrib/ to see some "real-world" user-defined
types.

[1] http://developer.postgresql.org/docs/postgres/type-system.html
    http://developer.postgresql.org/docs/postgres/xtypes.html

cheers.
  brent

--
"Develop your talent, man, and leave the world something. Records are
really gifts from people. To think that an artist would love you enough
to share his music with anyone is a beautiful thing."  -- Duane Allman

В списке pgsql-general по дате отправления:

Предыдущее
От: Brook Milligan
Дата:
Сообщение: papers on datatype design
Следующее
От: Tielman J de Villiers
Дата:
Сообщение: Logging/Debugging