BUG #12730: pg_dump produces trailing spaces - Mailing list pgsql-bugs

From hans@matfyz.cz
Subject BUG #12730: pg_dump produces trailing spaces
Date
Msg-id 20150202143116.2585.12308@wrigleys.postgresql.org
Whole thread Raw
Responses Re: BUG #12730: pg_dump produces trailing spaces
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      12730
Logged by:          Hans Ginzel
Email address:      hans@matfyz.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

pgsql-bugs by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Segfault on exclusion constraint violation
Next
From: Heikki Linnakangas
Date:
Subject: Re: Segfault on exclusion constraint violation