Changes between Initial Version and Version 5 of Ticket #2383


Ignore:
Timestamp:
Jul 16, 2013, 9:44:48 PM (11 years ago)
Author:
Bborie Park
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2383

    • Property Status newassigned
    • Property Component postgisraster
    • Property Summary Create extension with backslash_quote off[raster]: Create extension with backslash_quote off
    • Property Priority mediumblocker
    • Property Owner changed from pramsey to Bborie Park
  • Ticket #2383 – Description

    initial v5  
    44
    55To reproduce:
     6
    671. createdb postgis_testdb
     8
    792. psql postgis_testdb
     10
    8113. SET backslash_quote = off;
     12
    9134. CREATE EXTENSION postgis;
    1014
    1115Receive the error:
     16
     17{{{
    1218postgis_testdb=# CREATE EXTENSION postgis;
    1319ERROR:  unsafe use of \' in a string literal
     
    5460        RETURN rastout;
    5561    END;
     62}}}