Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
8421253e
Commit
8421253e
authored
Sep 19, 2003
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document that TRUNCATE ignores user-defined ON DELETE triggers.
parent
a13b0185
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletion
+6
-1
doc/src/sgml/ref/truncate.sgml
doc/src/sgml/ref/truncate.sgml
+6
-1
No files found.
doc/src/sgml/ref/truncate.sgml
View file @
8421253e
<!--
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.1
4 2003/09/19 21:04:1
9 tgl Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/truncate.sgml,v 1.1
5 2003/09/19 21:06:3
9 tgl Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -58,6 +58,11 @@ TRUNCATE [ TABLE ] <replaceable class="PARAMETER">name</replaceable>
...
@@ -58,6 +58,11 @@ TRUNCATE [ TABLE ] <replaceable class="PARAMETER">name</replaceable>
to the table from other tables. Checking validity in such cases would
to the table from other tables. Checking validity in such cases would
require table scans, and the whole point is not to do one.
require table scans, and the whole point is not to do one.
</para>
</para>
<para>
<command>TRUNCATE</> will not run any user-defined ON DELETE triggers
that might exist for the table.
</para>
</refsect1>
</refsect1>
<refsect1>
<refsect1>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment