Hi,
I've been trying to create a drupal based website, but have run into some problems. The site is running on a Fedora Linux box (details below).
My first problem was in populating the database. After poking around drupal.org, I found the "createlang" solution (http://drupal.org/node/495#comment-1436).
After this, things seemed to look fine - until I tried to create a story. This fails and the log shows:
pg_query() [function.pg-query]: Query failed: ERROR: invalid input syntax for integer: "" in /full/path/to/website/includes/database.pgsql.inc on line 45.
as well as
query: INSERT INTO node (title, body, format, uid, type, teaser, status, moderate, promote, sticky, comment, created, changed, nid) VALUES('Story header', 'Story text', '1', '2', 'story', 'Story text', '1', '', '1', '', '2', '1124997091', '1124997091', '1') in /full/path/to/website/includes/database.pgsql.inc on line 62.
My first question is the obvious: "How do I fix this"? But perhaps even more important is the question: Am I just asking for trouble trying to get a drupal system running with a postgresql database? It seems to me that creating stories is a rather fundamental ability of a drupal-powered website, so for this to fail on a freshly installed site, indicates that postgresql is not an option that is being really actively maintained - or am I wrong here?