| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Alfred Perlstein <bright(at)wintelcom(dot)net> |
| Cc: | PostgreSQL HACKERS <pgsql-hackers(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Subject: | Re: Vaccuum allows read access? |
| Date: | 2000-07-21 18:58:01 |
| Message-ID: | 200007211858.OAA19036@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
> I could have sworn I saw a post where you (Tom Lane) figured out how
> to get tables to be read-only while performing a vaccuum rather than
> being completely locked.
>
> Is this true? Is it in the -PATCHES branch?
In the current sources, analyze allows read-access. I don't think
vacuum allows any other access because the rows are moving in the file.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2000-07-21 18:59:26 | Re: About these IPC parameters |
| Previous Message | The Hermit Hacker | 2000-07-21 18:56:33 | Re: Vaccuum allows read access? |