Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/PostgresError.php
Original file line number Diff line number Diff line change
Expand Up @@ -302,6 +302,7 @@ class PostgresError
const IO_ERROR = '58030';
const UNDEFINED_FILE = '58P01';
const DUPLICATE_FILE = '58P02';
const FILE_NAME_TOO_LONG = '58P03';

// Class F0 - Configuration File Error
const CONFIG_FILE_ERROR = 'F0000';
Expand Down