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
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
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
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 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
=?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