Re: Regarding pg_dump utility

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "soni de" <soni(dot)de(at)gmail(dot)com>
Cc: pgsql-performance(at)postgresql(dot)org
Subject: Re: Regarding pg_dump utility
Date: 2006-06-08 15:06:04
Message-ID: 27683.1149779164@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

"soni de" <soni(dot)de(at)gmail(dot)com> writes:
> We have to take a backup of database and we know the pg_dump utility of
> postgresql.

> But may I know, is there any API for this pg_dump utility so that we can
> call it from the C program? Or only script support is possible for this.

There's always system(3) ....

regards, tom lane

In response to

Responses

Browse pgsql-performance by date

  From Date Subject
Next Message Jim C. Nasby 2006-06-08 15:16:57 Re: Regarding pg_dump utility
Previous Message Tom Lane 2006-06-08 15:04:19 Re: Regarding ALTER Command