Re: Hot Deploy in PostGres

From: Luca Ferrari <fluca1978(at)infinito(dot)it>
To: Ishaya Bhatt <ishayabhatt(at)gmail(dot)com>
Cc: "pgsql-novice(at)postgresql(dot)org" <pgsql-novice(at)postgresql(dot)org>
Subject: Re: Hot Deploy in PostGres
Date: 2013-09-16 12:17:48
Message-ID: CAKoxK+5fJAw437PVy4ivx+NTAnm_EmcWy1jdwijKnrNPyDtvWA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Sun, Sep 15, 2013 at 3:26 PM, Ishaya Bhatt <ishayabhatt(at)gmail(dot)com> wrote:
> Hi,
>
> Is there any way in which I can hot deploy changes to the source code
> of PostGres to the server without having to run configure command again?
>

I'm not sure what the question really is. Well, configure is used in
preparation for a full compile, so if you are going to touch only the
source code without having to change any external dependency, then you
don't need to run configure again (but you have to compile the tree of
course).
What is your aim?

Luca

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message tolgamyth 2013-09-16 12:22:00 Re: no unique constraint matching given keys for referenced table
Previous Message Devrim GÜNDÜZ 2013-09-16 07:27:00 Re: PostgreSQL 9.3 Error when trying to run Create Extension postgis