1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-13 12:08:02 +00:00

Add Renaming A Table as a postgres til

This commit is contained in:
jbranchaud
2016-03-20 17:42:26 -05:00
parent fb1956c5de
commit 683b1db4ab
2 changed files with 23 additions and 0 deletions

View File

@@ -193,6 +193,7 @@ _369 TILs and counting..._
- [Max Identifier Length Is 63 Bytes](postgres/max-identifier-length-is-63-bytes.md)
- [pg Prefix Is Reserved For System Schemas](postgres/pg-prefix-is-reserved-for-system-schemas.md)
- [Pretty Print Data Sizes](postgres/pretty-print-data-sizes.md)
- [Renaming A Table](postgres/renaming-a-table.md)
- [Restart A Sequence](postgres/restart-a-sequence.md)
- [Restarting Sequences When Truncating Tables](postgres/restarting-sequences-when-truncating-tables.md)
- [Salt And Hash A Password With pgcrypto](postgres/salt-and-hash-a-password-with-pgcrypto.md)