postgresql/src/bin
Bruce Momjian 593763c086 This fixes pg_dump so that when using the '-O' no owners option it does
not print the owner name in the object comment.

eg:

--
-- Name: actor; Type: TABLE; Schema: public; Owner: chriskl; Tablespace:
--

Becomes:

--
-- Name: actor; Type: TABLE; Schema: public; Owner: -; Tablespace:
--

This makes it far easier to do 'user independent' dumps.  Especially for
distribution to third parties.

Christopher Kings-Lynne
2006-02-09 20:52:13 +00:00
..
initdb Tweak initdb to reduce verbosity of progress messages, by printing just 2006-01-27 19:01:15 +00:00
ipcclean Remove QNX port. 2006-01-05 01:56:30 +00:00
pg_config Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
pg_controldata Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
pg_ctl Make --version option print fixed program name. 2006-02-07 11:36:36 +00:00
pg_dump This fixes pg_dump so that when using the '-O' no owners option it does 2006-02-09 20:52:13 +00:00
pg_resetxlog Remove BEOS port. 2006-01-05 03:01:38 +00:00
pgevent Allow installation into directories containing spaces in the name. 2005-12-09 21:19:36 +00:00
psql Cosmetic code cleanup: fix a bunch of places that used "return (expr);" 2006-01-11 08:43:13 +00:00
scripts Remove DOS line endings ("\r\n") from several .po files. DOS line endings 2006-01-01 10:13:56 +00:00
Makefile Some more missed copyright notices. Many of these look like they 2005-01-01 20:44:34 +00:00