Does SET STATISTICS lock the table?

From: Joseph Shraibman <jks(at)selectacast(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Does SET STATISTICS lock the table?
Date: 2004-02-01 05:56:19
Message-ID: 401C9503.7050904@selectacast.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Does ALTER TABLE <table> ALTER <field> SET STATISTICS 100; lock the
table? I just tried to do that while a query is running and the ALTER
is hanging.

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Merrall, Graeme 2004-02-01 06:33:09 Search across multiple sources
Previous Message Tom Lane 2004-02-01 05:00:26 Re: pg_generate_sequence and info_schema patch (Was: SELECT Question)