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
In response to
pgsql-hackers by date
| Next: | From: Joe Conway | Date: 2001-09-04 15:46:44 |
| Subject: Re: Bytea/Base64 encoders for libpq - interested? |
| Previous: | From: Karel Zak | Date: 2001-09-04 15:43:18 |
| Subject: Re: [PATCHES] to_char and Roman Numeral (RN) bug |