Обсуждение: PostgreSQL 7.4 Documentation - create/drop_operator.sgml

Поиск
Список
Период
Сортировка

PostgreSQL 7.4 Documentation - create/drop_operator.sgml

От
Halley Pacheco de Oliveira
Дата:
In file create_operator.sgml is written:

Line 133: lefttype

Line 136: The type of the left-hand argument of the
operator, if any.

In file drop_operator.sgml is written:

Line 51: lefttype

Line 54: The data type of the operator's left operand;

The same applies to righttype. I think both should be
"The data type of the operator's left operand".

Halley

______________________________________________________________________

Yahoo! Mail: 6MB, anti-spam e antivírus gratuito! Crie sua conta agora:
http://mail.yahoo.com.br

PDF versions of PostgreSQL 7.4 Docs

От
Devrim GUNDUZ
Дата:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi,

I'm looking for PDF versions of 7.4 docs to have a hard copy ;) Whan wil
they be ready?

If someone tells me how to build them, I can also help building the PDFs.

Regards,
- --
Devrim GUNDUZ
devrim@gunduz.org                devrim.gunduz@linux.org.tr
            http://www.TDMSoft.com
            http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/1aMVtl86P3SPfQ4RAlX2AJ4qLZYj9cMqCd7av8Mrws6z5WRZEgCgrPD0
CIMwgT+2LoEPLFX3MZNualA=
=iEpJ
-----END PGP SIGNATURE-----


Re: PDF versions of PostgreSQL 7.4 Docs

От
Peter Eisentraut
Дата:
Devrim GUNDUZ wrote:
> I'm looking for PDF versions of 7.4 docs to have a hard copy ;) Whan
> wil they be ready?

As soon as someone makes some.

> If someone tells me how to build them, I can also help building the
> PDFs.

If we knew how to do it, we would have done it already.


Re: PDF versions of PostgreSQL 7.4 Docs

От
Jeroen Ruigrok/asmodai
Дата:
-On [20031209 14:52], Peter Eisentraut (peter_e@gmx.net) wrote:
>> If someone tells me how to build them, I can also help building the
>> PDFs.
>
>If we knew how to do it, we would have done it already.

That's not hard.

I am totally unsure about my time availability at the moment (in-between
jobs and selling/buying houses), but I've got quite a lot of
SGML/XML/XSLT/DocBook/HTML experience.  Including the conversion to PDF,
PostScript, and so on.

I could see what it would take to convert the current documentation.  Or
has some DocBook person already stepped up?

--
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7  9D88 97E6 839B 2EAC 625B
http://www.tendra.org/   | http://www.in-nomine.org/~asmodai/diary/
Speak softly and carry a big stick; you will go far...

Re: PDF versions of PostgreSQL 7.4 Docs

От
Peter Eisentraut
Дата:
Jeroen Ruigrok/asmodai wrote:
> -On [20031209 14:52], Peter Eisentraut (peter_e@gmx.net) wrote:
> >> If someone tells me how to build them, I can also help building
> >> the PDFs.
> >
> >If we knew how to do it, we would have done it already.
>
> That's not hard.

So we keep hearing ...


Re: PDF versions of PostgreSQL 7.4 Docs

От
Jeroen Ruigrok/asmodai
Дата:
-On [20031209 15:22], Peter Eisentraut (peter_e@gmx.net) wrote:
>So we keep hearing ...

Sarcasm doesn't become you.

Anyway, what would be acceptable?  I can understand that all the
necessary tools needed are definately not wanted in the repository.
Would a document with instructions on how to accomplish this suffice to
have people build the documentation themselves?  Along with the
appropriate make glue to get this done given all dependencies have been
met?

--
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7  9D88 97E6 839B 2EAC 625B
http://www.tendra.org/   | http://www.in-nomine.org/~asmodai/diary/
Speak softly and carry a big stick; you will go far...

Re: PDF versions of PostgreSQL 7.4 Docs

От
Tom Lane
Дата:
Jeroen Ruigrok/asmodai <asmodai@wxs.nl> writes:
> Anyway, what would be acceptable?  I can understand that all the
> necessary tools needed are definately not wanted in the repository.
> Would a document with instructions on how to accomplish this suffice to
> have people build the documentation themselves?  Along with the
> appropriate make glue to get this done given all dependencies have been
> met?

Documentation on how to do it would be great.  A script would be even
better, if you think it's completely automatable; but we can make the
script given the information.

            regards, tom lane

Re: PDF versions of PostgreSQL 7.4 Docs

От
Peter Eisentraut
Дата:
Jeroen Ruigrok/asmodai wrote:
> Anyway, what would be acceptable?  I can understand that all the
> necessary tools needed are definately not wanted in the repository.
> Would a document with instructions on how to accomplish this suffice
> to have people build the documentation themselves?  Along with the
> appropriate make glue to get this done given all dependencies have
> been met?

We have the documentation and the make rules, we just don't have the
tools that don't crash all the time.


Re: PDF versions of PostgreSQL 7.4 Docs

От
Jeroen Ruigrok/asmodai
Дата:
-On [20031209 16:22], Peter Eisentraut (peter_e@gmx.net) wrote:
>We have the documentation and the make rules, we just don't have the
>tools that don't crash all the time.

Sorry, I miss some background and context here.  What crashes for you
then?

--
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7  9D88 97E6 839B 2EAC 625B
http://www.tendra.org/   | http://www.in-nomine.org/~asmodai/diary/
Speak softly and carry a big stick; you will go far...

Re: PDF versions of PostgreSQL 7.4 Docs

От
Devrim GUNDUZ
Дата:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1


Hi,

On Tue, 9 Dec 2003, Peter Eisentraut wrote:

> > If someone tells me how to build them, I can also help building the
> > PDFs.
>
> If we knew how to do it, we would have done it already.

Is this what we are looking for?

http://www.ibiblio.org/pub/Linux/docs/HOWTO/other-formats/pdf/DocBook-OpenJade-SGML-XML-HOWTO.pdf

Regards,
- --
Devrim GUNDUZ
devrim@gunduz.org                devrim.gunduz@linux.org.tr
            http://www.TDMSoft.com
            http://www.gunduz.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE/1f2htl86P3SPfQ4RAhN7AKCf8zwbGavSgMGbUOMZL72TKSEMSwCglAX/
FOEzT17/sAgPEhJ/NfjhViA=
=PAzA
-----END PGP SIGNATURE-----


Re: PDF versions of PostgreSQL 7.4 Docs

От
Oliver Elphick
Дата:
On Tue, 2003-12-09 at 16:25, Jeroen Ruigrok/asmodai wrote:
> -On [20031209 16:22], Peter Eisentraut (peter_e@gmx.net) wrote:
> >We have the documentation and the make rules, we just don't have the
> >tools that don't crash all the time.
>
> Sorry, I miss some background and context here.  What crashes for you
> then?

For me, using latest Debian tools and after fixing one bug in
docbook-dsssl (see attachment), I am now getting this error:

olly@linda$ cd doc/src/sgml; make postgres.pdf
LC_ALL=C /usr/bin/perl /usr/bin/collateindex.pl -f -g -o bookindex.sgml -N
{ \
  echo "<!entity version \"7.4\">"; \
  echo "<!entity majorversion \"`expr 7.4 : '\([0-9][0-9]*\.[0-9][0-9]*\)'`\">"; \
} >version.sgml
/usr/bin/perl ./mk_feature_tables.pl YES ../../../src/backend/catalog/sql_feature_packages.txt
../../../src/backend/catalog/sql_features.txt> features-supported.sgml 
/usr/bin/perl ./mk_feature_tables.pl NO ../../../src/backend/catalog/sql_feature_packages.txt
../../../src/backend/catalog/sql_features.txt> features-unsupported.sgml 
openjade  -D . -c /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d stylesheet.dsl -t tex -V tex-backend -i
output-print-V texpdf-output -o postgres.tex-pdf postgres.sgml 
openjade:stylesheet.dsl:487:2:E: flow object not accepted by port; only display flow objects accepted
make: *** [postgres.tex-pdf] Segmentation fault
make: *** Deleting file `postgres.tex-pdf'

--
Oliver Elphick                                Oliver.Elphick@lfix.co.uk
Isle of Wight, UK                             http://www.lfix.co.uk/oliver
GPG: 1024D/3E1D0C1C: CA12 09E0 E8D5 8870 5839  932A 614D 4C34 3E1D 0C1C
                 ========================================
     "Let not sin therefore reign in your mortal body, that
      ye should obey it in the lusts thereof."
                                   Romans 6:12

Re: PDF versions of PostgreSQL 7.4 Docs

От
Peter Eisentraut
Дата:
Oliver Elphick wrote:
> For me, using latest Debian tools and after fixing one bug in
> docbook-dsssl (see attachment), I am now getting this error:

> openjade  -D . -c
> /usr/share/sgml/docbook/stylesheet/dsssl/modular/catalog -d
> stylesheet.dsl -t tex -V tex-backend -i output-print -V texpdf-output
> -o postgres.tex-pdf postgres.sgml
> openjade:stylesheet.dsl:487:2:E:
> flow object not accepted by port; only display flow objects accepted
> make: *** [postgres.tex-pdf] Segmentation fault
> make: *** Deleting file `postgres.tex-pdf'

Certainly we've made it past that step before.  Since openjade issues a
segmentation fault, I don't think it's our fault.


Re: PostgreSQL 7.4 Documentation - create/drop_operator.sgml

От
Peter Eisentraut
Дата:
Halley Pacheco de Oliveira wrote:
> In file create_operator.sgml is written:
>
> Line 133: lefttype
>
> Line 136: The type of the left-hand argument of the
> operator, if any.
>
> In file drop_operator.sgml is written:
>
> Line 51: lefttype
>
> Line 54: The data type of the operator's left operand;
>
> The same applies to righttype. I think both should be
> "The data type of the operator's left operand".

Change installed.


Re: PDF versions of PostgreSQL 7.4 Docs

От
Jeroen Ruigrok/asmodai
Дата:
-On [20031209 16:22], Peter Eisentraut (peter_e@gmx.net) wrote:
>We have the documentation and the make rules, we just don't have the
>tools that don't crash all the time.

OK, I should be able to invest some time in it this week (leaving on a
two week cruise next week, and after that it's company switching time
and also relocation time).

I'll keep you all updated.

--
Jeroen Ruigrok van der Werven <asmodai(at)wxs.nl> / asmodai / kita no mono
PGP fingerprint: 2D92 980E 45FE 2C28 9DB7  9D88 97E6 839B 2EAC 625B
http://www.tendra.org/   | http://diary.in-nomine.org/
There is no joy in smallness.  Joy is in the infinite...