On Wed, Jan 10, 2001 at 05:57:21AM -0600, D Johnson wrote:
> Will the postgres community ever consider creating a decent backup
> capability. Currently the way to create backups is through a Cron job.
> For Postgres to ever be considered a true production systen then some
> sort of transactional t
>
> Will the postgres community ever consider creating a decent backup
> capability. Currently the way to create backups is through a Cron job.
> For Postgres to ever be considered a true production systen then some
> sort of transactional tracing has to be done. Otherwise you risk the
> potentia
Will the postgres community ever consider creating a decent backup
capability. Currently the way to create backups is through a Cron job.
For Postgres to ever be considered a true production systen then some
sort of transactional tracing has to be done. Otherwise you risk the
potential of losing q
Thanks Tom,
We applied a modified version of the patch by hand. Looking through the
code it does seem that the patch should fix the problem we were having.
However because we've never been able to forcibly reproduce the problem
ourselves for testing it's just a case of keeping an eye on things
Title: Postgres 7.1 features
The 7.1 Release notes include the statement re WAL below.
"Write-ahead Log (WAL)
To maintain database consistency in case of an operating system crash, previous releases of PostgreSQL have forced all data modifications to disk before each transaction commit. Wi
Ross J. Reedstrom writes:
> Another aspect of this problem is that, on most platforms, the children
> of postmaster that are forked for each connection rename themselves
> to 'postgres'. The code for this was changed, recently, due to some
> potential speed, security, or portability problems (I'm
On Wed, Jan 10, 2001 at 01:34:34PM -0600, David Mehringer wrote:
> On Wed, 10 Jan 2001, Peter Eisentraut wrote:
> >
> > > We're running postgresql 7.0.2 on solaris 5.7. The admin docs say that only
> > > one postmaster process should be running.
> >
> > The docs are wrong in that case. Can you
On Wed, 10 Jan 2001, Peter Eisentraut wrote:
>
> > We're running postgresql 7.0.2 on solaris 5.7. The admin docs say that only
> > one postmaster process should be running.
>
> The docs are wrong in that case. Can you name chapter and section so we
> can fix it?
>
Hi,
Thanks for the quick re
David Mehringer writes:
> We're running postgresql 7.0.2 on solaris 5.7. The admin docs say that only
> one postmaster process should be running.
The docs are wrong in that case. Can you name chapter and section so we
can fix it?
> However, our "master" postmaster
> process (PID=560 below) ap
Hi,
We're running postgresql 7.0.2 on solaris 5.7. The admin docs say that only
one postmaster process should be running. However, our "master" postmaster
process (PID=560 below) appears to have spawned off a couple of other
postmaster processes:
UID PID PPID CSTIME TTY TIME C
Radoslaw Stachowiak writes:
> > The problem with this approach is that if you do "revoke all on database
> > from all" you have hosed your system. Text files allow recovery in these
> > situations.
>
> thats completly wrong :) look at the whole UNIX dir permissions topic.
> Using postgres super
*** Peter Eisentraut <[EMAIL PROTECTED]> [Tuesday, 09.January.2001, 18:50 +0100]:
> > This is one of the features of PgSQL that I do not
> > like. It is much nicer to type:
> > "grant all on database.table to ."
> > And I asked the developers to do that but they did not
> > take it very seriou
The 7.1 Release notes include the statement re WAL below.
"Write-ahead Log (WAL)
To maintain database consistency in case of an operating system crash,
previous releases of PostgreSQL have forced all data modifications to disk
before each transaction commit. With WAL, only one log file must be fl
--- Peter Eisentraut <[EMAIL PROTECTED]> wrote:
> R D writes:
>
> > This is one of the features of PgSQL that I do not
> > like. It is much nicer to type:
> > "grant all on database.table to ."
> > And I asked the developers to do that but they did
> not
> > take it very seriously.
>
> The
14 matches
Mail list logo