I switched to Postgres recently and things were working fine.
I had to make some major changes, hence deleted the old database & created
a brand new one.
I accessed a function that inserts new records in a table -> "newsMaster"
But in the logs I see this :
[error] Trying to insert title : xxxxxxxxxxxxx
[error] oops: relation "newsmaster" does not exist
[error] LINE 1: INSERT INTO NewsMaster(name,favorite...
[error] ^
[error]
[error] Trying to insert title : 'xxxxxxxxxxxxxxxx
[error] oops: current transaction is aborted, commands ignored until end of
transaction block
I didn't have to do anything different when I switched to Postgres, it just
created the tables from scratch..
Am I missing something ?
--