> You need to open the database before creating atoms; 
>
>  Yeah. I did the following:

guile> (use-modules (opencog) (opencog atom-types) (opencog persist-pgsql) 
(opencog openpsi))
guile> (pgsql-open "xxx" "yyy" "zzz")
()
guile>(primitive-load "/opt/opencog/opencog/scm/test.scm")
guile> (pgsql-store)
()

when i closed everything and restarted, it returns empty. seems nothing is 
saved in DB. 
guile> (cog-chase-link 'ListLink 'ConceptNode (ConceptNode "US"))
()

What am i missing here?



Thanks,
Vishnu



-- 
You received this message because you are subscribed to the Google Groups 
"opencog" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to opencog+unsubscr...@googlegroups.com.
To post to this group, send email to opencog@googlegroups.com.
Visit this group at https://groups.google.com/group/opencog.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/opencog/ed7338a6-4d71-41bc-ab22-2db392ce7c7e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to