PostgreSQL is hanging up !?

From: Louie Kwan <lkwan(at)nuvo(dot)com>
To: "'Pgsql-Admin (E-mail)'" <pgsql-admin(at)postgresql(dot)org>
Subject: PostgreSQL is hanging up !?
Date: 2004-05-27 20:42:51
Message-ID: FB4FDC17A002D711BC0C009027DE84AF027F6DB0@EXCHANGE.nuvo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I have created several domains at Postgresql and I am trying to create some
views on a domain "dcenter" using

create or replace view cw_nodir_v
as
select ...

However, my PostgreSQL hangs up.. on this domain only but not in other
domains...

Don't want to reboot PQ, and methods I can find out the root causes and fix
the issues... and log I can look into..

Any help is appreciated. Thanks in advance.

[root(at)sedna itm]# ps -ef | grep post
postgres 2162 1 0 May19 ? 00:00:12 /usr/bin/postmaster
-i -p 5432
postgres 2164 2162 0 May19 ? 00:00:02 postgres: stats
buffer process
postgres 2165 2164 0 May19 ? 00:00:05 postgres: stats
collector process
postgres 3016 2162 0 May19 ? 00:00:00 postgres: eoc_sim
eocdb 206.116.78.175 idle
postgres 3018 2162 0 May19 ? 00:00:03 postgres: eoc_sim
eocdb 206.116.78.175 SELECT waiting
postgres 14988 2162 0 15:42 ? 00:00:00 postgres: eoc_core
eocdb 206.116.78.128 SELECT waiting
postgres 16129 2162 23 16:03 ? 00:05:26 postgres: dcenter
eocdb 206.116.78.50 SELECT
postgres 16826 2162 0 16:17 ? 00:00:00 postgres: dcenter
eocdb 206.116.78.128 DROP VIEW waiting
root 17269 3236 0 16:26 pts/3 00:00:00 grep post

Browse pgsql-admin by date

  From Date Subject
Next Message Sally Sally 2004-05-27 21:16:46 pg_restore quick question
Previous Message Greg Spiegelberg 2004-05-27 19:17:55 Re: Clustering Postgres