Changes between Initial Version and Version 1 of Ticket #2985, comment 30
- Timestamp:
- 09/23/16 10:36:13 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2985, comment 30
initial v1 17 17 {{{ 18 18 create table test (a integer not null, g geometry); 19 CREATE TABLE20 19 insert into test values (1, '0102000020E6100000010000006D1092A47FF33440AD4ECD9B00334A40'); 21 20 vacuum FULL ANALYZE VERBOSE test;