| From: | Alvaro Herrera <alvherre(at)commandprompt(dot)com> |
|---|---|
| To: | Carol Walter <walterc(at)indiana(dot)edu> |
| Cc: | Robert Treat <robert(at)omniti(dot)com>, pgsql-admin(at)postgresql(dot)org |
| Subject: | Re: Auto vacuum |
| Date: | 2007-04-19 21:35:55 |
| Message-ID: | 20070419213555.GM13817@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Carol Walter wrote:
> I'm not sure if we've done a reload. I'm in an academic environment
> and our department is in a state of flux right now. I'm in the
> process of trying to get up to speed on postgreSQL as fast as I can.
> Here is the result set from that query.
>
> select * from pg_settings where name = 'autovacuum';
Actually could you please try
select * from pg_settings where name like 'autovacuum%';
so that all the other settings show up as well?
--
Alvaro Herrera http://www.CommandPrompt.com/
PostgreSQL Replication, Consulting, Custom Development, 24x7 support
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Peter Koczan | 2007-04-19 22:05:36 | Postgres data on a shared file system |
| Previous Message | Carol Walter | 2007-04-19 21:25:28 | Re: Auto vacuum |