pgsql: Improve array_upper example

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Improve array_upper example
Дата
Msg-id E1PayDc-00061S-Kt@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve array_upper example

The previous example didn't make it clear whether array_upper returned
the last element or the index of the last element.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=postgresql.git;a=commitdiff;h=f9e4961b7d599ff42accf324a3c080c5095785c9

Modified Files
--------------
doc/src/sgml/func.sgml |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Update sequence_1.out for recent changes in sequence regression
Следующее
От: Bruce Momjian
Дата:
Сообщение: pgsql: Improve C comments about backend variables set by pg_upgrade_sup