summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/truncate.sgml
Commit message (Expand)AuthorAgeFilesLines
* doc: Review for "Allow TRUNCATE command to truncate foreign tables".Fujii Masao2021-04-271-1/+1
* Allow TRUNCATE command to truncate foreign tables.Fujii Masao2021-04-081-3/+3
* Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.Heikki Linnakangas2020-10-191-2/+1
* Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera2020-02-071-0/+3
* Convert documentation to DocBook XMLPeter Eisentraut2017-11-231-2/+2
* Convert SGML IDs to lower casePeter Eisentraut2017-10-201-1/+1
* Don't use SGML empty tagsPeter Eisentraut2017-10-171-19/+19
* Use lower-case SGML attribute valuesPeter Eisentraut2017-10-101-2/+2
* doc: Update compatibility claimPeter Eisentraut2017-03-181-0/+8
* Improve documentation about MVCC-unsafe utility commands.Tom Lane2015-08-151-17/+6
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-221-0/+6
* doc: Improve DocBook XML validityPeter Eisentraut2014-02-231-4/+4
* Provide adequate documentation of the "table_name *" notation.Tom Lane2012-09-171-5/+7
* Fix a whitespace issue with the man pagesPeter Eisentraut2011-08-071-2/+1
* Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane2010-11-171-35/+28
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-031-2/+2
* Typo fix.Tom Lane2009-04-261-3/+3
* Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut2009-01-121-3/+6
* Add note that TRUNCATE uses an access exclusive lock. This apparentlyPeter Eisentraut2008-12-181-1/+8
* Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut2008-11-141-1/+2
* Update compatibility section of TRUNCATE for SQL:2008 final.Peter Eisentraut2008-10-181-5/+8
* Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane2008-09-081-2/+3
* Rewrite the warning about non-transaction-safety of TRUNCATE ... RESTARTTom Lane2008-05-171-6/+21
* Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane2008-05-161-8/+52
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-4/+12
* Improvements to the SGML docs for TRUNCATE and CLUSTER.Neil Conway2007-05-111-29/+32
* Add note that TRUNCATE is not MVCC-safe.Tom Lane2007-04-071-2/+25
* Update reference documentation on may/can/might:Bruce Momjian2007-01-311-2/+2
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-161-18/+1
* Add CASCADE option to TRUNCATE. Joachim WielandTom Lane2006-03-031-4/+38
* Document that only a table's owner may TRUNCATE it. Per Keith Worthington.Tom Lane2005-02-221-1/+5
* Generalize TRUNCATE to support truncating multiple tables in oneTom Lane2005-01-271-14/+15
* Minor SGML improvements.Neil Conway2004-03-231-3/+3
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Document that TRUNCATE ignores user-defined ON DELETE triggers.Tom Lane2003-09-191-1/+6
* Disallow foreign-key references from temp tables to permanent tables.Tom Lane2003-09-191-1/+11
* More cleanup of Diagnostics sections.Tom Lane2003-09-121-2/+2
* Remove a bunch of content-free Diagnostics sections, as per previousTom Lane2003-09-091-16/+1
* Add/edit index entries.Peter Eisentraut2003-08-311-1/+5
* Editing of more reference pages.Peter Eisentraut2003-04-261-87/+51
* With a recent commit truncate is transaction safe in 7.4.Bruce Momjian2002-12-061-7/+1
* Revise command completion tags as per hackers message on 20 March.Peter Eisentraut2002-05-181-2/+2
* Update SQL-command reference pages for schema features.Tom Lane2002-04-231-2/+2
* Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart2002-04-211-4/+2
* Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart2001-12-081-2/+2
* Point out that TRUNCATE can't be used inside a transaction block.Tom Lane2001-11-181-2/+8
* Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut2001-09-031-2/+2
* Make TABLE an optional keyword, a la LOCK TABLE (gram.y fixes not yetThomas G. Lockhart1999-10-011-11/+16
* Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian1999-09-231-0/+133