Re: General Question about database -- redirection

From: Jorge Godoy <jgodoy(at)gmail(dot)com>
To: akp geek <akpgeek(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: General Question about database -- redirection
Date: 2010-04-16 00:49:33
Message-ID: w2x175c742d1004151749j805f0565r166ab161499756d2@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

create database db_1 template db_2;

This will create a new DB_1 using DB_2 as template. Otherwise, you'll
change your code to connect to DB_2 instead of connecting to DB_1.

--
Jorge Godoy <jgodoy(at)gmail(dot)com>

On Thu, Apr 15, 2010 at 14:49, akp geek <akpgeek(at)gmail(dot)com> wrote:

> dear all -
>
> I am not supposed to ask this. But, the question is I have 2
> databases DB_1 and DB_2. I have a script that loads few tables in DB_1. The
> 2 databases are identical. In case , if database DB_1 is dropped, Is there
> any command that I can issue to use the DB_2?
>
>
> Regards
>
>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Scott Marlowe 2010-04-16 01:34:10 Re: Inserting multiple values, was Re: solaris tarballs and pl/java
Previous Message John R Pierce 2010-04-15 23:30:07 Re: Limit postgres user logins