(use-modules (opencog) (opencog atom-types) (opencog persist-pgsql) (opencog openpsi))
......
...
...
Error while executing the query
Query was: INSERT INTO Atoms (uuid, space, type, name, height, tv_type, stv_mean, stv_count, stv_confidence) VALUES (367, 1, 8, $ocp$0.000000$ocp$, 0, 1, 1, 0, 0);
Can't perform query rc=-1 (7) ERROR: duplicate key value violates unique constraint "spaces_pkey";
Error while executing the query
Query was: INSERT INTO Spaces (space, parent) VALUES (1, 1);
Can't perform query rc=-1 (7) ERROR: duplicate key value violates unique constraint "atoms_type_name_key";
Error while executing the query
Query was: INSERT INTO Atoms (uuid, space, type, name, height, tv_type, stv_mean, stv_count, stv_confidence) VALUES (367, 1, 8, $ocp$0.000000$ocp$, 0, 1, 1, 0, 0);
Can't perform query rc=-1 (7) ERROR: duplicate key value violates unique constraint "atoms_type_out_hash_out_differentiator_key";
Error while executing the query
Query was: INSERT INTO Atoms (uuid, space, type, height, out_hash, out_differentiator, tv_type, stv_mean, stv_count, stv_confidence) VALUES (370, 1, 13, 1, 4368330723998447496, 0, 1, 1, 0, 0);
Can't perform query rc=-1 (7) ERROR: duplicate key value violates unique constraint "atoms_type_out_hash_out_differentiator_key";
Error while executing the query
Query was: INSERT INTO Atoms (uuid, space, type, height, out_hash, out_differentiator, tv_type, stv_mean, stv_count, stv_confidence) VALUES (370, 1, 13, 1, 4368330723998447496, 0, 1, 1, 0, 0);
Can't perform query rc=-1 (7) ERROR: duplicate key value violates unique constraint "atoms_type_out_hash_out_differentiator_key";
Error while executing the query
Query was: INSERT INTO Atoms (uuid, space, type, height, out_hash, out_differentiator, tv_type, stv_mean, stv_count, stv_confidence) VALUES (366, 1, 15, 1, -1800332976553377133, 0, 1, 1, 0, 0);
Can't perform query rc=-1 (7) ERROR: duplicate key value violates unique constraint "atoms_type_out_hash_out_differentiator_key";
Error while executing the query
Query was: INSERT INTO Atoms (uuid, space, type, height, out_hash, out_differentiator, tv_type, stv_mean, stv_count, stv_confidence) VALUES (366, 1, 15, 1, -1800332976553377133, 0, 1, 1, 0, 0);
Finished storing 347 atoms total.
Reserving UUIDs up to 370 Atoms table max.
I think, Atoms in scm file are not stored. Each time i need to use (primitive-load "xxxxxx.scm"). I have also attached a sample of my scm file.
Thanks in advance.