Re: [COMMITTERS] pgsql/contrib/pg_dumpaccounts (Makefile README
pg_dumpaccounts.sh)
From:
Peter Eisentraut <peter_e(at)gmx(dot)net>
To:
PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
Subject:
Re: [COMMITTERS] pgsql/contrib/pg_dumpaccounts (Makefile README
pg_dumpaccounts.sh)
Date:
2000-11-02 19:14:36
Message-ID:
Pine.LNX.4.21.0011022013300.1223-100000@peter.localdomain (view raw or flat )
Thread:
2000-11-02 18:20:12 from wieck(at)postgresql(dot)org
2000-11-02 19:14:36 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2000-11-02 19:17:34 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2000-11-02 19:25:36 from Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
2000-11-02 19:28:27 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2000-11-02 19:30:44 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2000-11-02 20:42:43 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2000-11-02 20:01:51 from Ned Lilly <ned(at)greatbridge(dot)com>
2000-11-02 20:10:07 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2000-11-02 20:30:17 from Vince Vielhaber <vev(at)michvhf(dot)com>
2000-11-02 20:32:47 from Karl DeBisschop <kdebisschop(at)alert(dot)infoplease(dot)com>
2000-11-02 21:19:06 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2000-11-02 21:26:27 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2000-11-02 21:33:40 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2000-11-02 21:49:14 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2000-11-02 21:54:44 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2000-11-03 00:39:21 from The Hermit Hacker <scrappy(at)hub(dot)org>
2000-11-03 00:46:05 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2000-11-03 01:39:17 from Nathan Myers <ncm(at)zembu(dot)com>
2000-11-03 00:51:26 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2000-11-03 01:22:25 from The Hermit Hacker <scrappy(at)hub(dot)org>
2000-11-03 01:15:44 from Vince Vielhaber <vev(at)michvhf(dot)com>
2000-11-03 01:29:39 from Larry Rosenman <ler(at)lerctr(dot)org>
2000-11-06 09:24:04 from Jan Wieck <janwieck(at)Yahoo(dot)com>
2000-11-02 21:51:30 from Lamar Owen <lamar(dot)owen(at)wgcr(dot)org>
2000-11-03 00:34:56 from The Hermit Hacker <scrappy(at)hub(dot)org>
2000-11-03 00:29:52 from The Hermit Hacker <scrappy(at)hub(dot)org>
2000-11-03 00:40:59 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2000-11-03 01:11:53 from Vince Vielhaber <vev(at)michvhf(dot)com>
2000-11-03 01:13:00 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2000-11-03 15:29:07 from "Ross J(dot) Reedstrom" <reedstrm(at)rice(dot)edu>
2000-11-03 17:49:42 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2000-11-03 18:02:22 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2000-11-05 04:13:54 from The Hermit Hacker <scrappy(at)hub(dot)org>
2000-11-03 18:03:23 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2000-11-03 18:07:53 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
2000-11-03 18:18:11 from Karl DeBisschop <kdebisschop(at)alert(dot)infoplease(dot)com>
2000-11-03 18:18:23 from Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Lists:
pgsql-committers pgsql-hackers
> Added utility script pg_dumpaccounts to contrib.
>
> Derived from pg_dumpall it just dumps users and groups.
We can do the same thing with a 5-line change in pg_dumpall. We don't
need an extra copy&pasted program for that.
--
Peter Eisentraut peter_e(at)gmx(dot)net http://yi.org/peter-e/
In response to
Responses
pgsql-hackers by date
Next :From: Bruce MomjianDate: 2000-11-02 19:17:34
Subject : Re: Re: [COMMITTERS] pgsql/contrib/pg_dumpaccounts (Makefile
README pg_dumpaccounts.sh)
Previous :From : Joseph ShraibmanDate : 2000-11-02 19:14:16
Subject : Re: how good is PostgreSQL
pgsql-committers by date
Next :From: Bruce MomjianDate: 2000-11-02 19:17:34
Subject : Re: Re: [COMMITTERS] pgsql/contrib/pg_dumpaccounts (Makefile
README pg_dumpaccounts.sh)
Previous :From : petereDate : 2000-11-02 18:40:19
Subject : pgsql/src/pl/plperl (GNUmakefile)