Changes to the method for reading from PostgreSQL

Magic

3.1.6

To date, when reading records from PostgreSQL, all of the target records were read at once.

As of DataMagic Ver.3.1.6, this has changed and now target records are read in groups of records of a predetermined size.

In accordance with this change, the COMMIT statement is specified in the SQL statement before beginning, and then if the BEGIN statement is not specified, an error occurs in the SQL statement before beginning.

If the COMMIT statement is specified in the SQL statement before beginning, the BEGIN statement is then also specified.