Re: what is the meaning of Datum?

Поиск
Список
Период
Сортировка
От Teodor Macicas
Тема Re: what is the meaning of Datum?
Дата
Msg-id 4C2226AB.8080500@epfl.ch
обсуждение исходный текст
Ответ на Re: what is the meaning of Datum?  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: what is the meaning of Datum?  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-general
Tom Lane wrote:
> Luca Ferrari <fluca1978@infinito.it> writes:
>
>> ok this is a silly question, but I've got a doubt: what is the exact meaning
>> of Datum?
>>
>
> It's the backend-internal representation of a single value of any SQL
> data type.  The code using the Datum has to know which type it is,
> since the Datum itself doesn't contain that information.  Usually,
> C code will work with a value in a "native" representation, and then
> convert to or from Datum in order to pass the value through
> data-type-independent interfaces.
>
>             regards, tom lane
>
>
And how this convertions will be made ?
Are there internal functions to do this ?

Thanks.
-Tedy

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

Предыдущее
От: Grzegorz Jaśkiewicz
Дата:
Сообщение: Re: unexpected effect of FOREIGN KEY ON CASCADE DELETE
Следующее
От: Thom Brown
Дата:
Сообщение: Re: unexpected effect of FOREIGN KEY ON CASCADE DELETE