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

Add Max Identifier Length Is 63 Bytes as a postgres til.

This commit is contained in:
jbranchaud
2015-12-08 19:36:58 -06:00
parent 9c0d436596
commit 2c85dca0eb
2 changed files with 27 additions and 0 deletions

View File

@@ -132,6 +132,7 @@ smart people at [Hashrocket](http://hashrocket.com/).
- [List All Columns Of A Specific Type](postgres/list-all-columns-of-a-specific-type.md)
- [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)
- [Restart A Sequence](postgres/restart-a-sequence.md)
- [Send A Command To psql](postgres/send-a-command-to-psql.md)
- [Special Math Operators](postgres/special-math-operators.md)