Re: [DOCS] intagg.sgml: example wrongly named and does not compile

2017-04-21 Thread Christophe Courtois
Le 21/04/2017 à 17:45, Tom Lane a écrit : > Christophe Courtois writes: >> I've found out that the example in intagg.sgml is wrongly named: the >> one-to-many table is a many-to-many. > Well, it'd depend on how it was used. The example clearly intends that > it be one-to-many, and I'm not sure it

Re: [DOCS] intagg.sgml: example wrongly named and does not compile

2017-04-21 Thread Tom Lane
Christophe Courtois writes: > I've found out that the example in intagg.sgml is wrongly named: the > one-to-many table is a many-to-many. Well, it'd depend on how it was used. The example clearly intends that it be one-to-many, and I'm not sure it still makes sense without that restriction. May

[DOCS] intagg.sgml: example wrongly named and does not compile

2017-04-21 Thread Christophe Courtois
Hi, I've found out that the example in intagg.sgml is wrongly named: the one-to-many table is a many-to-many. And my colleague Thibaut Madeleine has seen that the "CREATE TABLE right" and "CREATE TABLE left" examples cannot compile due to the reserved words. I propose the attached patch to fix t