Re: PG Admin on the command line = pg_dump - Mailing list pgadmin-support

From Dave Page
Subject Re: PG Admin on the command line = pg_dump
Date
Msg-id 459237C6.6040707@postgresql.org
Whole thread Raw
In response to PG Admin on the command line = pg_dump  (Laurent ROCHE <laurent_roche@yahoo.com>)
List pgadmin-support
Laurent ROCHE wrote:
> Hi,
> 
> I would like to automate the generation of a backup script of a schema (which I used to perform with PG Admin backup
command).
> I looked into pg_dump command: it does the job BUT not correctly for me as it does not create SERIAL column but
INTEGERand then it creates SEQUENCES (I have scripts parsing the generated SQL file and looking for SERIAL columns).
 
> 
> I was wondering if it is possible to use command line switches to make the fantastic PG Admin III generate a script
(withoutany user interaction).
 
> I could not see any thing in the doc about that, so I am asking you guys and gals.

pgAdmin just uses pg_dump to generate it's backup scripts, so we don't 
have any command line options to this as we'd just say 'use pg_dump'.

Regards, Dave.


pgadmin-support by date:

Previous
From: Dave Page
Date:
Subject: Re: 1.6.1 and 1.7.0 rendering bug
Next
From: Clodoaldo
Date:
Subject: Re: 1.6.1 and 1.7.0 rendering bug