1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-07 09:08:01 +00:00

Fix internal link

This commit is contained in:
jbranchaud
2015-11-09 22:53:06 -06:00
parent cf2eed7d17
commit 86f0937bd9

View File

@@ -1,6 +1,6 @@
# Truncate Tables With Dependants # Truncate Tables With Dependants
In [Truncate All Rows](postgres/truncate-all-rows.md), I talked about how In [Truncate All Rows](truncate-all-rows.md), I talked about how
postgres's `truncate` can be used to quickly delete all rows in a table. In postgres's `truncate` can be used to quickly delete all rows in a table. In
practice this alone won't be very useful though, because tables usually have practice this alone won't be very useful though, because tables usually have
other tables that depend on them via foreign keys. If you have tables `A` other tables that depend on them via foreign keys. If you have tables `A`