PostgreSQL error code
PostgreSQL error 02001
02001 is the SQLSTATE PostgreSQL reports for no additional dynamic result sets returned, in class 02, No Data (this is also a warning class per the SQL standard).
| SQLSTATE | 02001 |
|---|---|
| Condition name | no_additional_dynamic_result_sets_returned |
| Class | 02 — No Data (this is also a warning class per the SQL standard) |