Changes between Initial Version and Version 1 of Ticket #3429, comment 22
- Timestamp:
- 02/25/16 02:54:23 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3429, comment 22
initial v1 4 4 CREATE DATABASE pg21; 5 5 \c pg21 6 CREATE EXTENSION postgis VERSION '2.1.8'; 6 7 SELECT postgis_raster_lib_version(); 7 CREATE EXTENSION postgis VERSION '2.1.8';8 8 CREATE OR REPLACE FUNCTION bytea(raster) 9 9 RETURNS bytea