summaryrefslogtreecommitdiff
path: root/doc/src/sgml/ref/truncate.sgml
AgeCommit message (Expand)Author
2021-04-27doc: Review for "Allow TRUNCATE command to truncate foreign tables".Fujii Masao
2021-04-08Allow TRUNCATE command to truncate foreign tables.Fujii Masao
2020-10-19Fix TRUNCATE doc: ALTER SEQUENCE RESTART is now transactional.Heikki Linnakangas
2020-02-07Fix TRUNCATE .. CASCADE on partitionsAlvaro Herrera
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-20Convert SGML IDs to lower casePeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
2017-10-10Use lower-case SGML attribute valuesPeter Eisentraut
2017-03-18doc: Update compatibility claimPeter Eisentraut
2015-08-15Improve documentation about MVCC-unsafe utility commands.Tom Lane
2015-03-22Allow foreign tables to participate in inheritance.Tom Lane
2014-02-24doc: Improve DocBook XML validityPeter Eisentraut
2012-09-17Provide adequate documentation of the "table_name *" notation.Tom Lane
2011-08-07Fix a whitespace issue with the man pagesPeter Eisentraut
2010-11-17Make TRUNCATE ... RESTART IDENTITY restart sequences transactionally.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-04-03Remove unnecessary xref endterm attributes and title idsPeter Eisentraut
2009-04-26Typo fix.Tom Lane
2009-01-12Add ONLY support to LOCK and TRUNCATE. By default, these commands are nowPeter Eisentraut
2008-12-18Add note that TRUNCATE uses an access exclusive lock. This apparentlyPeter Eisentraut
2008-11-14Set SQL man pages to be section 7 by default, and only transform them toPeter Eisentraut
2008-10-18Update compatibility section of TRUNCATE for SQL:2008 final.Peter Eisentraut
2008-09-08Create a separate grantable privilege for TRUNCATE, rather than having it beTom Lane
2008-05-17Rewrite the warning about non-transaction-safety of TRUNCATE ... RESTARTTom Lane
2008-05-16Add a RESTART (without parameter) option to ALTER SEQUENCE, allowing aTom Lane
2008-03-28Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane
2007-05-11Improvements to the SGML docs for TRUNCATE and CLUSTER.Neil Conway
2007-04-07Add note that TRUNCATE is not MVCC-safe.Tom Lane
2007-01-31Update reference documentation on may/can/might:Bruce Momjian
2006-09-16Remove emacs info from footer of SGML files.Bruce Momjian
2006-03-03Add CASCADE option to TRUNCATE. Joachim WielandTom Lane
2005-02-22Document that only a table's owner may TRUNCATE it. Per Keith Worthington.Tom Lane
2005-01-27Generalize TRUNCATE to support truncating multiple tables in oneTom Lane
2004-03-23Minor SGML improvements.Neil Conway
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-09-19Document that TRUNCATE ignores user-defined ON DELETE triggers.Tom Lane
2003-09-19Disallow foreign-key references from temp tables to permanent tables.Tom Lane
2003-09-12More cleanup of Diagnostics sections.Tom Lane
2003-09-09Remove a bunch of content-free Diagnostics sections, as per previousTom Lane
2003-08-31Add/edit index entries.Peter Eisentraut
2003-04-26Editing of more reference pages.Peter Eisentraut
2002-12-06With a recent commit truncate is transaction safe in 7.4.Bruce Momjian
2002-05-18Revise command completion tags as per hackers message on 20 March.Peter Eisentraut
2002-04-23Update SQL-command reference pages for schema features.Tom Lane
2002-04-21Augment the date/time examples in the User's Guide to reflect the newerThomas G. Lockhart
2001-12-08Use PostgreSQL consistantly throughout docs. Before, usage was split evenlyThomas G. Lockhart
2001-11-18Point out that TRUNCATE can't be used inside a transaction block.Tom Lane
2001-09-03Put some kind of grammatical uniformity in the <refpurpose> lines.Peter Eisentraut
1999-10-01Make TABLE an optional keyword, a la LOCK TABLE (gram.y fixes not yetThomas G. Lockhart
1999-09-23Add TRUNCATE command, with psql help and sgml additions.Bruce Momjian