Changes between Initial Version and Version 1 of Ticket #1513


Ignore:
Timestamp:
Mar 22, 2017, 1:46:39 PM (7 years ago)
Author:
Bang Pham Huu
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1513 – Description

    initial v1  
    1515also, update_petascopedb.sh needs to run a psql command to update existing petascopedb.
    1616
    17 e.g: change to 2000 characters.
     17e.g: change to 65536 characters.
    1818
    1919{{{
    2020psql -U postgres petascopedb -c
    2121
    22 'ALTER TABLE wms13_style ALTER COLUMN "rasqlQueryTransformer" TYPE varchar (2000);'
     22'ALTER TABLE wms13_style ALTER COLUMN "rasqlQueryTransformer" TYPE varchar (65536);'
    2323}}}