Re: [GENERAL] which commands under PostgreSQL do the similar func

2005-06-06 Thread Ying Lu
"show processlist" will display DB, command, time, State, etc under MySQL: | Id | User | Host| db | Command | Time | *State * | *Info* | 21 | admin | server1:40898 | test | *Query* | 104 | Copying to tmp table | INSERT INTO test (SEL

Re: [GENERAL] which commands under PostgreSQL do the similar func provided by "show processlist" under mysql

2005-06-06 Thread Chris Browne
[EMAIL PROTECTED] (Ying Lu) writes: > Greetings, > > I have a question about how to see current processes running under > postgreSQL. > > "show processlist" will display DB, command, time, State, etc under MySQL: > > | Id | User | Host| db | Command | Time | > *State

Re: [GENERAL] which commands under PostgreSQL do the similar func provided by "show processlist" under mysql

2005-06-06 Thread David Fetter
On Mon, Jun 06, 2005 at 11:22:23AM -0400, Ying Lu wrote: > Greetings, > > I have a question about how to see current processes running under > postgreSQL. > > "show processlist" will display DB, command, time, State, etc under MySQL: > > | Id | User | Host| db | Comma