-
Bug
-
Resolution: Fixed
-
Minor
-
2.0.3, 2.1.1, 2.2
-
SLES 11 SP1
Moodle 2.0.2+ (Build: 20110413)
Postgres 8.3.11
Apache 5.2.14
-
PostgreSQL
-
MOODLE_20_STABLE, MOODLE_21_STABLE, MOODLE_22_STABLE
-
MOODLE_20_STABLE, MOODLE_21_STABLE
-
w31_
MDL-27685_m22_pglike -
-
Acessing the page "Site Administration"/"Notifications" generate the following messages on postgres log:
WARNING: nonstandard use of \ \ in a string literal at character 107
HINT: Use the escape string syntax for backslashes, e.g., E'\ \'.
The select statement reported on postgres log is:
SELECT table_name FROM information_schema.tables WHERE table_name LIKE 'mdl_%' AND table_type IN ('BASE TABLE', 'LOCAL TEMPORARY')
Replication instructions:
- Just access "Notification" page while watching the postgres log
- has been marked as being related by
-
MDL-54947 Update PostgreSQL binary (bytea) handling and improve connection performance
-
- Closed
-