Browse Source

Add error message from _notice_handler()

# Currently, it always logs whennever notice message is
# recieved. I'll change error log optional later.
experimental/new_ui_api
Yasuo Ohgaki 24 years ago
parent
commit
1abb9cd02c
  1. 2
      ext/pgsql/tests/09notice.phpt

2
ext/pgsql/tests/09notice.phpt

@ -7,5 +7,7 @@ PostgreSQL notice function
include("notice.inc");
?>
--EXPECT--
NOTICE: BEGIN: already a transaction in progress
NOTICE: BEGIN: already a transaction in progress
pg_last_notice() is Ok
Loading…
Cancel
Save