PG-167: SQLERRCODE must be in readable format.

This commit is contained in:
Ibrar Ahmed
2021-01-19 12:35:52 +00:00
parent 412d9bc9b1
commit 10e0b4f0f6
3 changed files with 42 additions and 14 deletions

View File

@@ -26,7 +26,7 @@ CREATE FUNCTION pg_stat_monitor(IN showtext boolean,
OUT relations text,
OUT cmd_type text,
OUT elevel int,
OUT sqlcode int,
OUT sqlcode TEXT,
OUT message text,
OUT bucket_start_time text,