Re: More info about PostgreSQL 8

From: Jeff Davis <jdavis-pgsql(at)empires(dot)org>
To: Cristian Prieto <cristian(at)clickdiario(dot)com>
Cc: PgSQL General List <pgsql-general(at)postgresql(dot)org>
Subject: Re: More info about PostgreSQL 8
Date: 2005-02-14 20:40:28
Message-ID: 1108413628.354.187.camel@jeff
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Mon, 2005-02-14 at 14:03 -0600, Cristian Prieto wrote:
> in the page http://www.postgresql.org/docs/whatsnew it's mentioned new
> features in PostgreSQL 8, I've readed the PgSQL 8 manual and found
> nothing about the use of SavePoints, Point-in-Time, etc...
>
> Where could I get more info about it?

Reference -> SQL Commands -> SAVEPOINT:
http://www.postgresql.org/docs/8.0/static/sql-savepoint.html

Server Administration -> Backup and Restore -> On-line backup and
point-in-time recovery (PITR):
http://www.postgresql.org/docs/8.0/static/backup-online.html

That should get you started. You might also want to check up on
tablespaces:
Reference -> SQL Commands -> CREATE TABLESPACE:
http://www.postgresql.org/docs/8.0/static/sql-createtablespace.html

What version of the docs were you looking at? Is there a way we could
make those features easier to find for you? Do other people find the
docs confusing?

Regards,
Jeff Davis

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Cristian Prieto 2005-02-14 21:12:56 Help with seq numbers...
Previous Message Benjamin Smith 2005-02-14 20:32:28 PG and OpenSSI?