Changes between Initial Version and Version 5 of Ticket #2383
- Timestamp:
- 07/16/13 21:44:48 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2383
- Property Component postgis → raster
- Property Owner changed from to
- Property Summary Create extension with backslash_quote off → [raster]: Create extension with backslash_quote off
- Property Priority medium → blocker
- Property Status new → assigned
-
Ticket #2383 – Description
initial v5 4 4 5 5 To reproduce: 6 6 7 1. createdb postgis_testdb 8 7 9 2. psql postgis_testdb 10 8 11 3. SET backslash_quote = off; 12 9 13 4. CREATE EXTENSION postgis; 10 14 11 15 Receive the error: 16 17 {{{ 12 18 postgis_testdb=# CREATE EXTENSION postgis; 13 19 ERROR: unsafe use of \' in a string literal … … 54 60 RETURN rastout; 55 61 END; 62 }}}