Skip to content

Commit a7ab269

Browse files
feat: add FILE_NAME_TOO_LONG (58P03) (#533)
Co-authored-by: GitHub Actions <[email protected]>
1 parent f7d9bad commit a7ab269

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/PostgresError.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,8 @@ export enum PostgresError {
457457
UNDEFINED_FILE = "58P01",
458458
/** Class 58 - System Error (errors external to PostgreSQL itself): [E] duplicate_file */
459459
DUPLICATE_FILE = "58P02",
460+
/** Class 58 - System Error (errors external to PostgreSQL itself): [E] file_name_too_long */
461+
FILE_NAME_TOO_LONG = "58P03",
460462
/** Class F0 - Configuration File Error: [E] config_file_error */
461463
CONFIG_FILE_ERROR = "F0000",
462464
/** Class F0 - Configuration File Error: [E] lock_file_exists */

0 commit comments

Comments
 (0)