Re: pg_dump

From: Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com>
To: Ramesh T <rameshparnanditech(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_dump
Date: 2014-12-21 15:17:06
Message-ID: 5496E472.5050502@aklaver.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 12/20/2014 08:23 PM, Ramesh T wrote:

CCing list.

> yeah i have following
> 1 and 2 answers..not something else only those two answers..

Well there is CREATE DATABASE TEMPLATE some_db.

IMPORTANT look at the caveats at bottom of page here:
http://www.postgresql.org/docs/9.3/interactive/sql-createdatabase.html

For replication in the core see here:

http://www.postgresql.org/docs/9.3/interactive/high-availability.html

For other solutions see Table 25-1 here:

http://www.postgresql.org/docs/9.3/interactive/different-replication-solutions.html

>
> On Fri, Dec 19, 2014 at 8:20 PM, Adrian Klaver
> <adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>> wrote:
>
> On 12/19/2014 01:17 AM, Ramesh T wrote:
>
> is their any other method to clone database,other then pgadmin
> and pgdump..
> if is their option pls let me know..
>
>
> You will need to be more specific about what you want.
>
> Do you want something like what pg_dump offers, a copy of a database
> at a point in time?
>
> Do want a replicated database that exists in close to real time,
> concurrently?
>
> Or something else?
>
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com <mailto:adrian(dot)klaver(at)aklaver(dot)com>
>
>

--
Adrian Klaver
adrian(dot)klaver(at)aklaver(dot)com

In response to

  • Re: pg_dump at 2014-12-19 14:50:50 from Adrian Klaver

Browse pgsql-general by date

  From Date Subject
Next Message Jan de Visser 2014-12-21 16:55:29 Re: Monitoring query plan cache
Previous Message Andomar 2014-12-21 15:08:43 Re: Monitoring query plan cache