Re: backup and document views and user functions

From: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
To: David Harel <hareldvd(at)gmail(dot)com>
Cc: postgres sql <pgsql-sql(at)postgresql(dot)org>
Subject: Re: backup and document views and user functions
Date: 2010-08-30 18:51:44
Message-ID: AANLkTimjzmeSW-Mj97TBcqL=xpdt3GWtOzRQ00ET+BCc@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

Hello

2010/8/30 David Harel <hareldvd(at)gmail(dot)com>:
> Hi,
>
> I am looking for an easy way to backup views and functions. I want to store
> them in our version control system.
>

move your functions and view to separate schema - and do backup with

pg_dump -n schema

regards

Pavel Stehule

> Using pgAdmin I can access them one at a time. I am looking for a better
> reporting mechanism. psql shell command for such report will be just fine.
>
> Sorry for the lame question. I didn't find any clues on the web .(typically,
> I fail to phrase the right keywords)
>
> --
> Thanks.
>
> David Harel,
>
> ==================================
>
> Home office +972 77 7657645
> Cellular: +972 54 4534502
> Snail Mail: Amuka
> D.N Merom Hagalil
> 13802
> Israel
> Email: hareldvd(at)ergolight-sw(dot)com
>
>

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Peter Steinheuser 2010-08-30 19:20:18 Re: backup and document views and user functions
Previous Message Hélder M. Vieira 2010-08-30 18:49:48 Re: backup and document views and user functions