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
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.
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
...
-+--
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,
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
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