Add ONLY support to LOCK and TRUNCATE. By default, these commands are now
Peter Eisentraut <peter_e@gmx.net>
Add ONLY support to LOCK and TRUNCATE. By default, these commands are now recursive. => Note this incompatibility in the release notes.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/lock.sgml | modified | +5 −3 |
| doc/src/sgml/ref/truncate.sgml | modified | +6 −3 |
| src/backend/commands/lockcmds.c | modified | +38 −26 |
| src/backend/commands/tablecmds.c | modified | +27 −3 |
| src/backend/parser/gram.y | modified | +18 −3 |
| src/test/regress/expected/truncate.out | modified | +144 −0 |
| src/test/regress/sql/truncate.sql | modified | +49 −0 |