Changes between Initial Version and Version 1 of Ticket #3429, comment 22


Ignore:
Timestamp:
Feb 25, 2016, 2:54:23 AM (8 years ago)
Author:
pramsey

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3429, comment 22

    initial v1  
    44CREATE DATABASE pg21;
    55\c pg21
     6CREATE EXTENSION postgis VERSION '2.1.8';
    67SELECT postgis_raster_lib_version();
    7 CREATE EXTENSION postgis VERSION '2.1.8';
    88CREATE OR REPLACE FUNCTION bytea(raster)
    99    RETURNS bytea