Re: [GENERAL] How to check options PostgreSQL was started with

2005-11-30 Thread Jerry Sievers
frank church <[EMAIL PROTECTED]> writes: > How do you check the options a PosgreSQL service was started with? If you're wanting to know if postmaster was started with any command line args, such as an admin might do on a ad hoc basis from pg_ctl etc; cat $PGDATA/postmaster.opts If you do a simp

Re: [GENERAL] How to check options PostgreSQL was started with

2005-11-30 Thread Jim C. Nasby
On Wed, Nov 30, 2005 at 06:18:01PM +, frank church wrote: > > How do you check the options a PosgreSQL service was started with? > > Frank Easiest way is to do show all; from psql. -- Jim C. Nasby, Sr. Engineering Consultant [EMAIL PROTECTED] Pervasive Software http://pervasive.

[GENERAL] How to check options PostgreSQL was started with

2005-11-30 Thread frank church
How do you check the options a PosgreSQL service was started with? Frank This message was sent using IMP, the Internet Messaging Program. ---(end of broadcast)--- TIP 3: Have you c