Re: Extending Datatype

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Extending Datatype
Дата
Msg-id 200302132306.h1DN6Rt27252@candle.pha.pa.us
обсуждение исходный текст
Ответ на Extending Datatype  (Wei Weng <wweng@kencast.com>)
Список pgsql-sql
Try the SERIAL data type.  It uses sequences and DEFAULT.  Read the FAQ.

---------------------------------------------------------------------------

Wei Weng wrote:
> Where can I find a more detailed doc on how to write module for extended 
> datatype? There isn't much about it on techdoc.postgresql.org.
> 
> (I need to write one for UNIQUEIDENTIFIER.)
> 
> Thanks!
> 
> 
> Wei
> 
> 
> 
> 
> 
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
> 
> http://www.postgresql.org/users-lounge/docs/faq.html
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Manfred Koizar
Дата:
Сообщение: Re: Debugging postmaster to fix possible bug in Postgres? Followup
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Debugging postmaster to fix possible bug in Postgres? Followup