Re: Create index hanging - Mailing list pgsql-general

From Claire McLister
Subject Re: Create index hanging
Date
Msg-id B650437D-296D-436F-8EE8-96A185FBC162@zeesource.net
Whole thread Raw
In response to Re: Create index hanging  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Create index hanging  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Create index hanging  (Csaba Nagy <nagy@ecircle-ag.com>)
List pgsql-general
Yes, that could be the case. We have a python function that imports
CSV files, which can take a long time, and that may have been running
during that time. I didn't look at the pg_lock file. What should I be
looking for?

On Jul 20, 2006, at 3:13 PM, Tom Lane wrote:

> Claire McLister <mclister@zeesource.net> writes:
>>   We have a couple of tables (40,000 and 600,000 rows each) that I am
>> trying to build an index on an integer column.
>
>>   When I issue the "create index foo_index on foo(id);" command in
>> psql it just does not return. I've waited over half an hour for the
>> smaller table.
>
> It sounds like someone had a write lock on the table.  Did you try
> looking in pg_locks?
>
>             regards, tom lane
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster


pgsql-general by date:

Previous
From: "Christian Rengstl"
Date:
Subject: problem with windows installer
Next
From: Jacob Coby
Date:
Subject: Re: Column info without executing query