docs: update docs for pg error 53400

This commit is contained in:
Taimoor Zaeem
2024-05-12 11:47:05 +02:00
committed by Wolfgang Walther
parent 71885bdba6
commit 7a5079542c
+2
View File
@@ -67,6 +67,8 @@ PostgREST translates `PostgreSQL error codes <https://www.postgresql.org/docs/cu
+--------------------------+-------------------------+---------------------------------+
| 40* | 500 | transaction rollback |
+--------------------------+-------------------------+---------------------------------+
| 53400 | 500 | config limit exceeded |
+--------------------------+-------------------------+---------------------------------+
| 53* | 503 | insufficient resources |
+--------------------------+-------------------------+---------------------------------+
| 54* | 413 | too complex |