[DOCS] Key word table update for SQL:2008
I was planning to update the key words table (http://developer.postgresql.org/pgdocs/postgres/sql-keywords-appendix.html) for SQL:2008 and was wondering whether there is interest in keeping the SQL-92 through SQL:2003 columns. It might look a bit overloaded then. Comments? -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] pg_standby supported versions
Simon Riggs wrote: On Fri, 2008-08-22 at 00:50 -0500, Decibel! wrote: On Aug 13, 2008, at 4:59 AM, Mark Kirkwood wrote: I noticed in the docs for pg_standby (docs/src/sgml/pgstandby.sgml) that we have supported version >= 8.2. However it does seem to work ok with earlier versions (e.g 8.1) - or am I missing something? Hrm, AFAIK it works... Simon? It works, yes. But in basic form only. You'll have problems stopping and starting standby, but the most important change is that the process is not restartable. So if you run it for a month and then crash, you'll need to re-run the whole month's WAL data. Exactly, after posting this I discovered the relevant CVS logs for changes to support restartable recovery. It seems to me that perhaps a little more detail in the docs would be good here. At work some folks are using pg_standby with 8.1 and while it does work quite well, it took me a wee while to figure out that some of the issues they are having are tied up with inability to continue recovery after restarting the database or the os! Best wishes Mark -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] New XML-based man page build
Devrim GÜNDÜZ wrote: On Fedora, package is called docbook-2X , and I had to build the docs with: make manx DOCBOOK2MAN=/usr/bin/db2x_docbook2man I have added a configure check so that this should work out of the box now. -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] Key word table update for SQL:2008
Peter Eisentraut <[EMAIL PROTECTED]> writes: > I was planning to update the key words table > (http://developer.postgresql.org/pgdocs/postgres/sql-keywords-appendix.html) > for SQL:2008 and was wondering whether there is interest in keeping the > SQL-92 through SQL:2003 columns. It might look a bit overloaded then. > Comments? Perhaps the most useful thing would be to keep SQL-92 and latest, so as to show the "full range" in what's been reserved or not in different spec revisions. regards, tom lane -- Sent via pgsql-docs mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-docs
Re: [DOCS] New XML-based man page build
On Wed, 2008-11-26 at 13:32 +0200, Peter Eisentraut wrote: > > make manx DOCBOOK2MAN=/usr/bin/db2x_docbook2man > > I have added a configure check so that this should work out of the box > now. Thanks. -- Devrim GÜNDÜZ, RHCE devrim~gunduz.org, devrim~PostgreSQL.org, devrim.gunduz~linux.org.tr http://www.gunduz.org signature.asc Description: This is a digitally signed message part
