Hello,
I am using PGSQL 9.4 for Windows on Windows 7.
when I insert 9 rows in a table called FINANCIAL_INSTIT, 24 rows end up being
created!
Furthermore, accented characters encoded in UTF-8 in the original SQL file,
such as
é, end up as "é".
Any help would be much appreciated.
Philippe
If I drop the FINANCIAL_INSTIT table, create it again, and run the insert
commands, it now contains 9 rows as expected.
- Mail original -
De: phi...@free.fr
À: pgsql-general@postgresql.org
Envoyé: Vendredi 4 Septembre 2015 09:45:36
Objet: [GENERAL] Duplicate rows inserted in PGSQL 9.4 f