mirror of
https://github.com/jbranchaud/til
synced 2026-01-06 16:48:01 +00:00
Fix a typo in the title of the latest post.
This commit is contained in:
@@ -130,7 +130,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
|
||||
- [Timestamp Functions](postgres/timestamp-functions.md)
|
||||
- [Toggling The Pager In PSQL](postgres/toggling-the-pager-in-psql.md)
|
||||
- [Truncate All Rows](postgres/truncate-all-rows.md)
|
||||
- [Truncate Tables With Dependants](postgres/truncate-tables-with-dependants.md)
|
||||
- [Truncate Tables With Dependents](postgres/truncate-tables-with-dependents.md)
|
||||
- [Turning Timing On](postgres/turning-timing-on.md)
|
||||
- [Types By Category](postgres/types-by-category.md)
|
||||
- [Use Argument Indexes](postgres/use-argument-indexes.md)
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Truncate Tables With Dependants
|
||||
# Truncate Tables With Dependents
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user