We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4621801 + 8c6dbb5 commit 6c5c817Copy full SHA for 6c5c817
1 file changed
src/PostgresError.php
@@ -302,6 +302,7 @@ class PostgresError
302
const IO_ERROR = '58030';
303
const UNDEFINED_FILE = '58P01';
304
const DUPLICATE_FILE = '58P02';
305
+ const FILE_NAME_TOO_LONG = '58P03';
306
307
// Class F0 - Configuration File Error
308
const CONFIG_FILE_ERROR = 'F0000';
0 commit comments