1
edit
Changes
no edit summary
! Status
! UnitTest
|-
|Override setCustomDatabaseProperties
*Add template fields for postgreSQL scripts
|
|
|-
|dropTable
=Scripts=
==postgresql_create.sql==
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
! Task
! Status
! UnitTest
|-
|
|
|
|}
==postgresql_setup.sql==
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
! Task
! Status
! UnitTest
|-
|Add comment to enable PREPARE TRANSACTION
|
|
|-
|Use template field to set location of contrib folder
*make use of ${path}
|
|
|-
|Add template field to set location for tablespace, indexspace and longspace
|
|
|-
|Add SQL to create tablespace, indexspace and longspace
|
|
|-
|Move function creation to postgresql_create.sql
|
|
|-
|}
==postgresql_drop.sql==
{| border="1" cellpadding="4" cellspacing="2" style="border: 1px solid black;border-collapse:collapse;"
|-
! Task
! Status
! UnitTest
|-
|Add sql to drop custom functions
|
|
|}