]> granicus.if.org Git - postgresql/commit
Add ONLY support to LOCK and TRUNCATE. By default, these commands are now
authorPeter Eisentraut <peter_e@gmx.net>
Mon, 12 Jan 2009 08:54:27 +0000 (08:54 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Mon, 12 Jan 2009 08:54:27 +0000 (08:54 +0000)
commitca8100f9eb7f02f410d1a45f2d5fee8373eace84
treea0c0a386c23b028fc3b704f9fc0ee1da5c19349c
parentb7b8f0b6096d2ab6e4f67980d19e478cf6fab629
Add ONLY support to LOCK and TRUNCATE.  By default, these commands are now
recursive.

=> Note this incompatibility in the release notes.
doc/src/sgml/ref/lock.sgml
doc/src/sgml/ref/truncate.sgml
src/backend/commands/lockcmds.c
src/backend/commands/tablecmds.c
src/backend/parser/gram.y
src/test/regress/expected/truncate.out
src/test/regress/sql/truncate.sql