Tom Lane wrote:
"soni de" <[EMAIL PROTECTED]> 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) ....

fork(), exec()...

--
Until later, Geoffrey

Any society that would give up a little liberty to gain a little
security will deserve neither and lose both.  - Benjamin Franklin

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
      choose an index scan if your joining column's datatypes do not
      match

Reply via email to