create table problems - Mailing list pgsql-admin

From Chris Hoover
Subject create table problems
Date
Msg-id 1d219a6f0607261351w2a743022t65e9d026b89dffdf@mail.gmail.com
Whole thread Raw
Responses Re: create table problems  (Michael Fuhr <mike@fuhr.org>)
List pgsql-admin
  I am trying to create a table in my production system that has a foreign key into an existing table.  However, this action is being blocked by transactions on that table, and is blocking any additional selects on that table.

Why is this?  The table is empty (being a create), so I don't understand what Postgresql is trying to do.

Thanks,

Chris
PG 8.1.3

pgsql-admin by date:

Previous
From: Andy Shellam
Date:
Subject: Re: Starting PostgreSQL from a windows application
Next
From: Michael Fuhr
Date:
Subject: Re: create table problems