This section is used to address the script files that enable data to be inserted into a PostgreSQL database.
*ALL addresses the script used to populate a new database; if this script is not specified, the corresponding generic script will be run.
v.w is the insertion script run when the database is migrated from version v.w.; if this script is not specified, the corresponding generic script will be run.
This section is not mandatory.
[Data/PostgreSQL]
*ALL = sample_data.dat
1.0 = sample_10_11.dat
1.1 = sample_11_12.dat
...
Parameter |
Type |
Mandat. |
Default |
Description |
*ALL |
string |
no |
Name of the script that includes the database source data. It is only played during the creation of a database or tables in an existing database. |
|
*REM |
string |
no |
Name of SQL script containing the requests to delete data from a database. This script is only run when deleting tables from a database. |
|
<Version N°> |
string |
no |
Name of the script that includes data inserted when updating the version <Version N°>. (1) |
(1) See the topic Working with Database Versions .