Re: How to explicitly state unlock in sql?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Shaozhong SHI <shishaozhong(at)gmail(dot)com>
Cc: pgsql-sql <pgsql-sql(at)lists(dot)postgresql(dot)org>
Subject: Re: How to explicitly state unlock in sql?
Date: 2022-03-16 21:06:34
Message-ID: 677229.1647464794@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Shaozhong SHI <shishaozhong(at)gmail(dot)com> writes:
> Locked tables stop progress.
> How to explicitly preventing locking?

You are really wasting everybody's time, including yours,
with these detail-free questions. The short answer to the
question as stated is "you can't". There is probably some
more-useful answer that could be given, but we'd need to
understand a lot more about what your actual problem is.

There is some advice about how to ask useful questions at

https://wiki.postgresql.org/wiki/Guide_to_reporting_problems

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Laurenz Albe 2022-03-17 07:51:52 Re: How to explicitly lock and unlock tables in pgsql?
Previous Message Rob Sargent 2022-03-16 21:03:59 Re: How to explicitly state unlock in sql?