Re: [GENERAL] Storing database in WORM devices

2005-05-11 Thread Alex Turner
; From: Alex Turner [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 11, 2005 3:41 PM > To: Goshen, Galit > Cc: [EMAIL PROTECTED]; pgsql-general@postgresql.org; > pgsql-admin@postgresql.org > Subject: Re: [GENERAL] Storing database in WORM devices > > I think simply initialisin

Re: [GENERAL] Storing database in WORM devices

2005-05-11 Thread GGoshen
PM To: Goshen, Galit Cc: [EMAIL PROTECTED]; pgsql-general@postgresql.org; pgsql-admin@postgresql.org Subject: Re: [GENERAL] Storing database in WORM devices I think simply initialising the system causes writes in the system tables and the WAL... I'm sure someone more knowledgeable can chi

Re: [GENERAL] Storing database in WORM devices

2005-05-11 Thread Alex Turner
in@postgresql.org > Subject: Re: [GENERAL] Storing database in WORM devices > > <[EMAIL PROTECTED]> writes: > > > I would like to store the complete database into a WORM device (Write Once > > Read Many). I would like to access this database directly from the W

Re: [GENERAL] Storing database in WORM devices

2005-05-11 Thread GGoshen
@postgresql.org; pgsql-admin@postgresql.org Subject: Re: [GENERAL] Storing database in WORM devices <[EMAIL PROTECTED]> writes: > I would like to store the complete database into a WORM device (Write Once > Read Many). I would like to access this database directly from the WORM > device a

Re: [GENERAL] Storing database in WORM devices

2005-05-11 Thread Douglas McNaught
<[EMAIL PROTECTED]> writes: > I would like to store the complete database into a WORM device (Write Once > Read Many). I would like to access this database directly from the WORM > device and perform read only SQL statements against this device. > > Does anyone have such installation, or can det