We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7d9bad commit a7ab269Copy full SHA for a7ab269
src/PostgresError.ts
@@ -457,6 +457,8 @@ export enum PostgresError {
457
UNDEFINED_FILE = "58P01",
458
/** Class 58 - System Error (errors external to PostgreSQL itself): [E] duplicate_file */
459
DUPLICATE_FILE = "58P02",
460
+ /** Class 58 - System Error (errors external to PostgreSQL itself): [E] file_name_too_long */
461
+ FILE_NAME_TOO_LONG = "58P03",
462
/** Class F0 - Configuration File Error: [E] config_file_error */
463
CONFIG_FILE_ERROR = "F0000",
464
/** Class F0 - Configuration File Error: [E] lock_file_exists */
0 commit comments