Update iso.org page link
The old one is responding with 404.
Branch
--
REL9_2_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/cedebc1fd396785ca98cec0570f1b34211b83813
Modified Files
--
doc/src/sgml/nls.sgml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-
Update ISO 3166 link
The old one no longer pointed to anything useful.
Branch
--
REL8_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/175f7a3885666416aa82e755485a0dbda48a39ee
Modified Files
--
doc/src/sgml/nls.sgml |2 +-
1 files changed, 1 insertions(+), 1 d
Update iso.org page link
The old one is responding with 404.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d12d9f595e1c6bc6e62b7b423762fc03ad923899
Modified Files
--
doc/src/sgml/nls.sgml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Update iso.org page link
The old one is responding with 404.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/0dfbb64a2d7b8caa4ab1d40a99adbdab594397c0
Modified Files
--
doc/src/sgml/nls.sgml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-
Update iso.org page link
The old one is responding with 404.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/8bc8f7024fd7ea63a0eff1cc296456b7c7bf7982
Modified Files
--
doc/src/sgml/nls.sgml |2 +-
1 files changed, 1 insertions(+), 1 deletions(-
Update ISO 3166 link
The old one no longer pointed to anything useful.
Branch
--
REL8_4_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/a5dbb053b3c60c8fd7ea32f6356c0f1eb1e381a1
Modified Files
--
doc/src/sgml/nls.sgml |2 +-
1 files changed, 1 insertions(+), 1 d
Support automatically-updatable views.
This patch makes "simple" views automatically updatable, without the need
to create either INSTEAD OF triggers or INSTEAD rules. "Simple" views
are those classified as updatable according to SQL-92 rules. The rewriter
transforms INSERT/UPDATE/DELETE command
Fix assorted bugs in privileges-for-types patch.
Commit 729205571e81b4767efc42ad7beb53663e08d1ff added privileges on data
types, but there were a number of oversights. The implementation of
default privileges for types missed a few places, and pg_dump was
utterly innocent of the whole concept. P
Fix assorted bugs in privileges-for-types patch.
Commit 729205571e81b4767efc42ad7beb53663e08d1ff added privileges on data
types, but there were a number of oversights. The implementation of
default privileges for types missed a few places, and pg_dump was
utterly innocent of the whole concept. P