| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | Hans-Jürgen Schönig <hs(at)cybertec(dot)at> |
| Cc: | pgsql-sql(at)postgresql(dot)org |
| Subject: | Re: SET SEQSCAN TO OFF - error |
| Date: | 2001-04-26 14:46:59 |
| Message-ID: | 200104261446.f3QEkxd15245@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-sql |
> I have the command below like it is described in the documentation
> (http://www.archonet.com/pgdocs/force-index.html) but it doens't work.
>
> SET SEQSCAN TO OFF;
> ERROR: 'seqscan' is not a valid option name
>
>
> Does anybody know why?
>
Try:
test=> set enable_seqscan to off;
SET VARIABLE
--
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 | 2001-04-26 15:17:07 | Re: simulate union in subselect |
| Previous Message | Tom Lane | 2001-04-26 14:45:52 | Re: Regexps -- too complex? |