Further review of range-types patch.
Tom Lane <tgl@sss.pgh.pa.us>
Further review of range-types patch. Lots of documentation cleanup today, and still more type_sanity tests.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/catalogs.sgml | modified | +25 −8 |
| doc/src/sgml/extend.sgml | modified | +12 −11 |
| doc/src/sgml/func.sgml | modified | +16 −2 |
| doc/src/sgml/rangetypes.sgml | modified | +253 −164 |
| doc/src/sgml/ref/create_type.sgml | modified | +119 −46 |
| doc/src/sgml/rowtypes.sgml | modified | +1 −1 |
| src/bin/pg_dump/pg_dump.c | modified | +7 −3 |
| src/bin/pg_dump/pg_dump_sort.c | modified | +4 −3 |
| src/include/catalog/pg_range.h | modified | +1 −1 |
| src/include/catalog/pg_type.h | modified | +3 −2 |
| src/test/regress/expected/type_sanity.out | modified | +74 −5 |
| src/test/regress/sql/type_sanity.sql | modified | +42 −5 |