Remove spaces in pg_dump

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Remove spaces in pg_dump
Date: 2003-08-08 01:16:05
Message-ID: 200308080116.h781G5E18823@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Seems pg_dump dumps funcions with a space between the function name and
opening paren. It looks strange:

SELECT pg_catalog.setval ('test_x_seq', 1, false);

This patch removes the space:

SELECT pg_catalog.setval('test_x_seq', 1, false);

I didn't even realize the space worked, but it does:

test=> select version ();
version
------------------------------------------------------------------
PostgreSQL 7.4beta1 on i386-pc-bsdi4.3.1, compiled by GCC 2.95.3
(1 row)

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

Attachment Content-Type Size
unknown_filename text/plain 2.1 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Christopher Kings-Lynne 2003-08-08 01:17:05 Re: new psql \d command
Previous Message Larry Rosenman 2003-08-08 00:33:41 threads/UnixWare