Re: doubt about datum - Mailing list pgsql-novice

From Tom Lane
Subject Re: doubt about datum
Date
Msg-id 7021.1185860403@sss.pgh.pa.us
Whole thread Raw
In response to doubt about datum  (Luca Ferrari <fluca1978@infinito.it>)
Responses Re: doubt about datum  (Luca Ferrari <fluca1978@infinito.it>)
Re: doubt about datum  (Luca Ferrari <fluca1978@infinito.it>)
List pgsql-novice
Luca Ferrari <fluca1978@infinito.it> writes:
> I'm new to postgresql programming and I'd like to understand what a datum is

A value of any data type -- which particular type is not said by the
datum itself, but we always have context information to tell us that.

> Moreover why it does not need transaction
> visibility as an ordinary tuple (xmin, cmin, cmax, xmax)?

Datums are values.  '42'::int does not need visibility information;
its value is always the same.

            regards, tom lane

pgsql-novice by date:

Previous
From: Decibel!
Date:
Subject: Re: [BUGS] BUG #3488: exporting data
Next
From: Oliver Elphick
Date:
Subject: Re: SQL_CALC_FOUND_ROWS equivalent in PostgreSQL