mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
0c90f6769d
The new type has the scope of whole the database cluster so it doesn't behave the same as the existing OID alias types which have database scope, concerning object dependency. To avoid confusion constants of the new type are prohibited from appearing where dependencies are made involving it. Also, add a note to the docs about possible MVCC violation and optimization issues, which are general over the all reg* types. Kyotaro Horiguchi |
||
---|---|---|
.. | ||
autoinc--1.0.sql | ||
autoinc--unpackaged--1.0.sql | ||
autoinc.c | ||
autoinc.control | ||
autoinc.example | ||
insert_username--1.0.sql | ||
insert_username--unpackaged--1.0.sql | ||
insert_username.c | ||
insert_username.control | ||
insert_username.example | ||
Makefile | ||
moddatetime--1.0.sql | ||
moddatetime--unpackaged--1.0.sql | ||
moddatetime.c | ||
moddatetime.control | ||
moddatetime.example | ||
refint--1.0.sql | ||
refint--unpackaged--1.0.sql | ||
refint.c | ||
refint.control | ||
refint.example | ||
timetravel--1.0.sql | ||
timetravel--unpackaged--1.0.sql | ||
timetravel.c | ||
timetravel.control | ||
timetravel.example |