Thread: ANNOUNCE: pg_dumplo 0.0.5

ANNOUNCE: pg_dumplo 0.0.5

From
Karel Zak
Date:
The PostgreSQL pg_dumplo 0.0.5; in brief:
--- available at: * ftp://ftp2.zf.jcu.cz/users/zakkr/pg/pg_dumplo-0.0.5.tar.gz* or will available in the PostgreSQL
contribtree in the CVS
 
--- features:pg_dumplo [option]

-h --help                    this help
-u --user=<username>         username for connection to server
-p --password=<password>     password for connection to server
-d --db=<database>           database name
-t --host=<hostname>         server hostname
-s --space=<dir>             directory with dump tree (for export/import)
-i --import                  import large obj dump tree to DB
-e --export                  export (dump) large obj to dump tree
-l <table.attr ...>          dump attribute (columns) with LO to dump tree
-a --all                     dump all LO in DB (default)
-r --remove                  if is set '-i' try remove old LO
-q --quiet                   run quietly
-w --show                    not dump, but show all LO in DB

Example (dump):   pg_dumplo -d my_db -s /my_dump/dir -l t1.a t1.b t2.a                 pg_dumplo -a -d my_db -s
/my_dump/dir
Example (import): pg_dumplo -i -d my_db -s /my_dump/dir
Example (show):   pg_dumplo -w -d my_db

Note:  * option '-l' must be last option!      * option '-i' without option '-r' make new large obj in DB        not
rewriteold, the '-i' UPDATE oid numbers in table.attr only!      * if is not set option -s, the pg_dumplo use $PWD
 


                        Karel



Re: ANNOUNCE: pg_dumplo 0.0.5

From
The Hermit Hacker
Date:
On Thu, 15 Jun 2000, Karel Zak wrote:

> 
> 
>  The PostgreSQL pg_dumplo 0.0.5; in brief:
> 
>  --- available at: 
>     
>     * ftp://ftp2.zf.jcu.cz/users/zakkr/pg/pg_dumplo-0.0.5.tar.gz
>     
>     * or will available in the PostgreSQL contrib tree in the CVS

What license is it under?  Should we make it part of the regular bin
directory, like pg_dump and pg_dumpall?


> 
>  --- features:
>     
>  pg_dumplo [option]
> 
> -h --help                    this help
> -u --user=<username>         username for connection to server
> -p --password=<password>     password for connection to server
> -d --db=<database>           database name
> -t --host=<hostname>         server hostname
> -s --space=<dir>             directory with dump tree (for export/import)
> -i --import                  import large obj dump tree to DB
> -e --export                  export (dump) large obj to dump tree
> -l <table.attr ...>          dump attribute (columns) with LO to dump tree
> -a --all                     dump all LO in DB (default)
> -r --remove                  if is set '-i' try remove old LO
> -q --quiet                   run quietly
> -w --show                    not dump, but show all LO in DB
> 
> Example (dump):   pg_dumplo -d my_db -s /my_dump/dir -l t1.a t1.b t2.a
>                   pg_dumplo -a -d my_db -s /my_dump/dir
> Example (import): pg_dumplo -i -d my_db -s /my_dump/dir
> Example (show):   pg_dumplo -w -d my_db
> 
> Note:  * option '-l' must be last option!
>        * option '-i' without option '-r' make new large obj in DB
>          not rewrite old, the '-i' UPDATE oid numbers in table.attr only!
>        * if is not set option -s, the pg_dumplo use $PWD
> 
> 
> 
>                             Karel
> 

Marc G. Fournier                   ICQ#7615664               IRC Nick: Scrappy
Systems Administrator @ hub.org 
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org 



Re: ANNOUNCE: pg_dumplo 0.0.5

From
Karel Zak
Date:
On Thu, 15 Jun 2000, The Hermit Hacker wrote:

> On Thu, 15 Jun 2000, Karel Zak wrote:
> 
> > 
> > 
> >  The PostgreSQL pg_dumplo 0.0.5; in brief:
> > 
> >  --- available at: 
> >     
> >     * ftp://ftp2.zf.jcu.cz/users/zakkr/pg/pg_dumplo-0.0.5.tar.gz
> >     
> >     * or will available in the PostgreSQL contrib tree in the CVS
> 
> What license is it under?  Should we make it part of the regular bin
> directory, like pg_dump and pg_dumpall?
License? Total hard, like Oracle --- you must say my how CPU and number of
user in your system and I will count......
Sorry of my irony, it is like the others things which I wrote for PG.
FREE, FREE, FREE and (C) The PostgreSQL Devel. Team :-) 
                    Karel



Re: ANNOUNCE: pg_dumplo 0.0.5

From
The Hermit Hacker
Date:
On Thu, 15 Jun 2000, Karel Zak wrote:

> 
> On Thu, 15 Jun 2000, The Hermit Hacker wrote:
> 
> > On Thu, 15 Jun 2000, Karel Zak wrote:
> > 
> > > 
> > > 
> > >  The PostgreSQL pg_dumplo 0.0.5; in brief:
> > > 
> > >  --- available at: 
> > >     
> > >     * ftp://ftp2.zf.jcu.cz/users/zakkr/pg/pg_dumplo-0.0.5.tar.gz
> > >     
> > >     * or will available in the PostgreSQL contrib tree in the CVS
> > 
> > What license is it under?  Should we make it part of the regular bin
> > directory, like pg_dump and pg_dumpall?
> 
>  License? Total hard, like Oracle --- you must say my how CPU and number of
> user in your system and I will count......
> 
>  Sorry of my irony, it is like the others things which I wrote for PG.
> FREE, FREE, FREE and (C) The PostgreSQL Devel. Team :-) 

Was more referring to GPL vs Berkeley ... it just sounds to me something
that would be more useful then just in contrib, and it isn't the kind of
thing that we'd need to test for a period of time for fear of it affecting
to the backend ...