Row vs. tuple

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Row vs. tuple
Дата
Msg-id Pine.LNX.4.44.0303141647200.2382-100000@peter.localdomain
обсуждение исходный текст
Ответы Re: Row vs. tuple
Список pgsql-docs
In some places the documentation uses the term "tuple" to mean "row
version" (in the MVCC sense).  This choice of terms is puzzling me; where
does it come from?  In the literature available to me, the term "tuple" is
used as the mathematical equivalent of "row", meaning that
table/row/column parallels relation/tuple/attribute.  This terminology is
also used in other parts of PostgreSQL.  For example, libpq and derived
interfaces use "tuple" in function names to refer to rows.  Should we not
make this usage consistent?  I suggest we use "row version" when we mean
row version, which will also make things clearer to less experienced
users.

--
Peter Eisentraut   peter_e@gmx.net


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

Предыдущее
От: CoL
Дата:
Сообщение: version 7.3 docs in pdf ?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Row vs. tuple