james(at)unifiedmind(dot)com (James Thornton) writes:
> As you can see from the ps output, there are several INSERT statements
> -- these return after restarting Postgres and even rebooting the
> system.
Postgres backends don't just appear out of nowhere. Somewhere you have
a client app that is connecting to the database and issuing those INSERT
commands. Without knowing what that app is or exactly what commands it's
issuing, it's impossible to say what's going on.
regards, tom lane