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

Add a link for more details to the latest til.

This commit is contained in:
jbranchaud
2015-12-08 19:42:50 -06:00
parent e29c2ff388
commit 60ddc15a17

View File

@@ -24,3 +24,5 @@ convention of terminating with, for example, `_fkey`.
The 63 byte limit is not arbitrary. It comes from `NAMEDATALEN - 1`. By default
`NAMEDATALEN` is 64. If need be, this value can be modified in the Postgres
source. Yay, open-source database implementations.
See [the postgres docs](http://www.postgresql.org/docs/current/static/sql-syntax-lexical.html#SQL-SYNTAX-IDENTIFIERS) for more details.