question, converting version 11 sgml files at once.

2018-10-19 Thread Ioseph Kim
Hi. I checked new version 11 doc files. at git.postgresql.org 2017-11-23     Peter Eisentraut    Convert documentation to DocBook XML 2017-10-20     Peter Eisentraut    Convert SGML IDs to lower case 2017-10-17     Peter Eisentraut    Don't use SGML empty tags there were these commit log. I k

Doc creation failed (v10.5 & 11)

2018-10-19 Thread GPT
Hi, I have followed the following steps but I have failed to create the doc for PG11. cd .../postgresql-11 ./configure cd ../postgresql-11/doc/src/sgml make check I get the following error: make: *** No rule to make target '/configure', needed by 'version.sgml'. Stop. Any advice. Tia

Re: Doc creation failed (v10.5 & 11)

2018-10-19 Thread Tom Lane
GPT writes: > I have followed the following steps but I have failed to create the > doc for PG11. > cd .../postgresql-11 > ./configure > cd ../postgresql-11/doc/src/sgml The above seems a bit confused. Are you trying to do a VPATH build? If so, you need to run configure in the build tree, not t

Re: Doc creation failed (v10.5 & 11)

2018-10-19 Thread GPT
Hi, thanks for the response. First of all I am a simple user who likes reading only the different content of the manual every time a new version comes up. So, what I want to do is to create the pg11.html file, next pg11.text file to compare it with pg10.x.text file (pg.org unfortunately stopped p

The DROP TABLE instruction should have a TEMP option for when a temporary table

2018-10-19 Thread PG Doc comments form
The following documentation comment has been logged on the website: Page: https://www.postgresql.org/docs/9.3/static/sql-createtable.html Description: Hi, There is an obvious "issue" with temporary tables. Case description: We have a public table public."myTooImportantTable" Then you have

Re: The DROP TABLE instruction should have a TEMP option for when a temporary table

2018-10-19 Thread Tom Lane
=?utf-8?q?PG_Doc_comments_form?= writes: > The issue is related to the intention of drop the temporary table: > ;DROP TABLE "myTooImportantTable" -- <--- this drop the > "myTooImportantTable" > ;DROP TABLE "myTooImportantTable" -- <--- this drop the > public."myTooImportantTable" If you want