> > On 7/29/06, julian howard <julianhwrd(at)yahoo(dot)com>
> > wrote:
> > > I have data saved as xml. Can pgAdmin use xml as a
> > > data source, if so how? If not, how can I achieve
> > > integration with outside data?
There are lots of modules in the Perl world (at CPAN) which can
help in moving data from one format to another, or into a
database. They all involve writing a little bit of code in perl
however.
DBIx::Admin::BackupRestore would be my first guess as a module to
look at.
Gord