Changes between Initial Version and Version 1 of Ticket #4708


Ignore:
Timestamp:
Jun 16, 2012, 9:07:44 AM (12 years ago)
Author:
warmerdam
Comment:

I see no problem with adding this. Note it isn't critical that you validate that it isn't used in combination with TEMPORARY since postgres will enforce this and error out.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4708

    • Property Keywords PostGIS PG added
    • Property Component defaultOGR_SF
  • Ticket #4708 – Description

    initial v1  
    1 Similar to changeset 19702 which introduced creation of TEMPORARY tables, I would like to be able to created UNLOGGED tables with a similar UNLOGGED layer creation option.
     1Similar to changeset r19702 which introduced creation of TEMPORARY tables, I would like to be able to created UNLOGGED tables with a similar UNLOGGED layer creation option.
    22
    33According to the PostgreSQL documentation you can't have both a TEMPORARY and UNLOGGED table so a patch would need to take that into account.