opencog/atomspace

Postgres handling of unknown atom types

linas opened this issue · 1 comments

linas commented

Per discussion in #2787 (comment) if a postgres database holds an atom type that the C++ code does not know about, then it should be auto-created in the atomspace. To make this possible, the postgres tables will need to store the atom inheritance hierarchy, which they do not currently do.

See also opencog/atomspace-rocks#6

linas commented

Closing, obsoleted by #3018