Re: [DOCS] the PDF documentation on postgresql.org

2005-06-12 Thread Kris Jurka
On Sun, 12 Jun 2005, Saquib Farooq Malik wrote: > Can anyone guide me through the exact process of > creating PDF documentation used by www.postgresql.org. > I built the 7.4 and 8.0 pdfs on postgresql.org. I was able to do so by using the sgml tools available in the old debian stable (Woody

[DOCS] the PDF documentation on postgresql.org

2005-06-12 Thread Saquib Farooq Malik
Hello, Can anyone guide me through the exact process of creating PDF documentation used by www.postgresql.org. As some of you might remember I am having problems creating PDF's out of my SGML documentation. I was hoping that the methodology being used by postgresql.org might be a help.

Re: [DOCS] PostgreSQL 7.4 and 8.0 - psql reference

2005-06-12 Thread Halley Pacheco de Oliveira
Ok, now I understand >CREATE TABLE "fooBARbaz" (foo TEXT); CREATE TABLE > \dt ... -+---++-- public | A weird" name | tabela | postgres public | fooBARbaz | tabela | postgres ... > \dt fooBARbaz No relation found > \dt foo"BAR"baz ... -+--

Re: [DOCS] PostgreSQL 7.4 and 8.0 - psql reference

2005-06-12 Thread Tom Lane
Halley Pacheco de Oliveira <[EMAIL PROTECTED]> writes: > In Part II - PostgreSQL Client Applications, psql -- PostgreSQL interactive > terminal > (psql-ref.sgml - > http://www.postgresql.org/docs/8.0/interactive/app-psql.html) is written: > For example, FOO"BAR"BAZ is interpreted as fooBARbaz,

[DOCS] Chapter 44. Native Language Support

2005-06-12 Thread Halley Pacheco de Oliveira
In Chapter 44. Native Language Support, 44.1.2. Concepts (http://www.postgresql.org/docs/8.0/interactive/nls.html) is written: The extension of the message catalog file is to no surprise either .po or .mo. The base name is either the name of the program it accompanies, or the language the file is

[DOCS] PostgreSQL 7.4 and 8.0 - psql reference

2005-06-12 Thread Halley Pacheco de Oliveira
In Part II - PostgreSQL Client Applications, psql -- PostgreSQL interactive terminal (psql-ref.sgml - http://www.postgresql.org/docs/8.0/interactive/app-psql.html) is written: For example, FOO"BAR"BAZ is interpreted as fooBARbaz, and "A weird"" name" becomes A weird" name. So using psql I tri