Re: [GENERAL] Run programs within the bin folder

2006-10-04 Thread Jeff Davis
On Mon, 2006-10-02 at 22:56 -0700, pd wrote: > guys, > > is there a way to run various programs like (pg_config, pg_restore, > dropdb etc) from within pgadmin or from within my java code. i mean can > i perform database administration from within postgres that is without > using literal commands.

[GENERAL] Run programs within the bin folder

2006-10-04 Thread pd
guys, is there a way to run various programs like (pg_config, pg_restore, dropdb etc) from within pgadmin or from within my java code. i mean can i perform database administration from within postgres that is without using literal commands. so from within my java code i can execute a query like se