From e29c2ff3880532bae6d29cd3242e12a98decdc9a Mon Sep 17 00:00:00 2001 From: jbranchaud Date: Tue, 8 Dec 2015 19:42:36 -0600 Subject: [PATCH] Fix a typo in the latest til. --- postgres/max-identifier-length-is-63-bytes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/max-identifier-length-is-63-bytes.md b/postgres/max-identifier-length-is-63-bytes.md index aac5153..8408b07 100644 --- a/postgres/max-identifier-length-is-63-bytes.md +++ b/postgres/max-identifier-length-is-63-bytes.md @@ -14,7 +14,7 @@ ALTER TABLE ``` Postgres warns us of identifiers longer than 63 characters, informing us of -what it will be truncated to. It then proceeds to create the identifier. +what they will be truncated to. It then proceeds to create the identifier. If postgres is trying to generate an identifier for us - say, for a foreign key constraint - and that identifier is longer than 63 characters, postgres