1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-15 21:18:02 +00:00

Add pg Prefix Is Reserved For System Schemas as a postgres til

This commit is contained in:
jbranchaud
2016-01-28 10:13:28 -06:00
parent c74fa3a5d9
commit 63d356a694
2 changed files with 14 additions and 0 deletions

View File

@@ -156,6 +156,7 @@ _310 TILs and counting..._
- [List All Versions Of A Function](postgres/list-all-versions-of-a-function.md)
- [List Database Users](postgres/list-database-users.md)
- [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)
- [Restart A Sequence](postgres/restart-a-sequence.md)
- [Restarting Sequences When Truncating Tables](postgres/restarting-sequences-when-truncating-tables.md)
- [Send A Command To psql](postgres/send-a-command-to-psql.md)