I have a lot of data and I would like to insert into my drupal site. I am somewhat knowledgeable in programming so I think I can do it myself, so here are my questions:
When a node is created, what SQL (postgresql) tables are touch? What sequences are incremented? What is checked on?
I would like to create a shell script to do this for me.

TIA

Comments

dingbats’s picture

Consider using node_save() instead of a shell script. Have a look at http://groups.drupal.org/node/2197#comment-5840.