BUG #12730: pg_dump produces trailing spaces

From: hans(at)matfyz(dot)cz
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #12730: pg_dump produces trailing spaces
Date: 2015-02-02 14:31:16
Message-ID: 20150202143116.2585.12308@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 12730
Logged by: Hans Ginzel
Email address: hans(at)matfyz(dot)cz
PostgreSQL version: 9.4.0
Operating system: Centos 6.5
Description:

Hello!

Try
pg_dump --format=p --schema=information_schema --schema-only --file=is.sql

It seams there are trailing spaces in the comment line
-- Name: sql_implementation_info; Type: TABLE; Schema: information_schema;
Owner: postgres; Tablespace:

Skip the string '; Tablespace: ' please, if there is no tablespace or put
'-' for the tablespace name in the same way as dash is used for Owner when
the option --no-owner is used.

Regards
Hans

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2015-02-02 14:35:45 Re: Segfault on exclusion constraint violation
Previous Message Heikki Linnakangas 2015-02-02 13:50:04 Segfault on exclusion constraint violation