Thread: BUG #12534: missing 'with' at X055

BUG #12534: missing 'with' at X055

From
koizumistr@minos.ocn.ne.jp
Date:
The following bug has been logged on the website:

Bug reference:      12534
Logged by:          KOIZUMI Satoru
Email address:      koizumistr@minos.ocn.ne.jp
PostgreSQL version: 9.4.0
Operating system:   Mac OS X
Description:

X055 is "Advanced table mapping: target namespace" at Appendix D.1 Supported
Feature of PostgreSQL 9.4.0 Documentation.
It should be "Advanced table mapping: with target namespace". 'with' is
missing.

Re: BUG #12534: missing 'with' at X055

From
Heikki Linnakangas
Date:
On 01/13/2015 03:22 PM, koizumistr@minos.ocn.ne.jp wrote:
> The following bug has been logged on the website:
>
> Bug reference:      12534
> Logged by:          KOIZUMI Satoru
> Email address:      koizumistr@minos.ocn.ne.jp
> PostgreSQL version: 9.4.0
> Operating system:   Mac OS X
> Description:
>
> X055 is "Advanced table mapping: target namespace" at Appendix D.1 Supported
> Feature of PostgreSQL 9.4.0 Documentation.
> It should be "Advanced table mapping: with target namespace". 'with' is
> missing.

Fixed, thanks!

- Heikki