[DOCS] PostgreSQL 7.4 Documentation - create/drop_operator.sgml

2003-12-09 Thread 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

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


[DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread 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
[EMAIL PROTECTED]   [EMAIL PROTECTED] 
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-


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread 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.


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


Re: [DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread Jeroen Ruigrok/asmodai
-On [20031209 14:52], Peter Eisentraut ([EMAIL PROTECTED]) 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 / 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...

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread Peter Eisentraut
Jeroen Ruigrok/asmodai wrote:
> -On [20031209 14:52], Peter Eisentraut ([EMAIL PROTECTED]) 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 ...


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread Jeroen Ruigrok/asmodai
-On [20031209 15:22], Peter Eisentraut ([EMAIL PROTECTED]) 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 / 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...

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


Re: [DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread Tom Lane
Jeroen Ruigrok/asmodai <[EMAIL PROTECTED]> 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

---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread 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.


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread Jeroen Ruigrok/asmodai
-On [20031209 16:22], Peter Eisentraut ([EMAIL PROTECTED]) 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 / 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...

---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?

   http://www.postgresql.org/docs/faqs/FAQ.html


Re: [DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread 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
[EMAIL PROTECTED]   [EMAIL PROTECTED] 
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-


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread Oliver Elphick
On Tue, 2003-12-09 at 16:25, Jeroen Ruigrok/asmodai wrote:
> -On [20031209 16:22], Peter Eisentraut ([EMAIL PROTECTED]) 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:

[EMAIL PROTECTED] cd doc/src/sgml; make postgres.pdf
LC_ALL=C /usr/bin/perl /usr/bin/collateindex.pl -f -g -o bookindex.sgml -N
{ \
  echo ""; \
  echo ""; \
} >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[EMAIL PROTECTED]
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 
>From [EMAIL PROTECTED] Fri Dec  5 04:59:02 2003
Return-Path: <[EMAIL PROTECTED]>
Received: from cerberus.lfix.co.uk ([unix socket]) by cerberus (Cyrus
v2.1.15-IPv6-Debian-2.1.15-10) with LMTP; Fri, 05 Dec 2003 04:59:02 +
X-Sieve: CMU Sieve 2.2
Envelope-to: [EMAIL PROTECTED]
Delivery-date: Fri, 05 Dec 2003 04:59:02 +
Received: from [66.167.155.247] (helo=gopher.onshored.com) by
cerberus.lfix.co.uk with esmtp (Exim 4.24) id 1AS83K-0007Qp-Pn for
[EMAIL PROTECTED]; Fri, 05 Dec 2003 04:58:54 +
Received: from gopher.onshored.com (localhost [127.0.0.1]) by
gopher.onshored.com (Postfix) with ESMTP id 50E6F6A2AB; Thu,  4 Dec 2003
22:58:53 -0600 (CST)
Sender: [EMAIL PROTECTED]
To: Neil Roeth <[EMAIL PROTECTED]>
Cc: Oliver Elphick <[EMAIL PROTECTED]>
Subject: Re: docbook-dsssl help
References: <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
 <[EMAIL PROTECTED]>
Organization: onShore Development, Inc
From: Adam DiCarlo <[EMAIL PROTECTED]>
Date: 04 Dec 2003 22:58:53 -0600
In-Reply-To: <[EMAIL PROTECTED]>
Message-ID: <[EMAIL PROTECTED]>
Lines: 25
User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Scan-Signature: aee0873a0fcdc952880742b5900ac158
X-LFIX-MailScanner: Found to be clean
X-Evolution-Source: imap://[EMAIL PROTECTED]/
Content-Transfer-Encoding: 8bit


I found the problem -- it's a bug in the stylesheets where it's making
more than one page when there's both figures and tables or examples to
list.

I have no clue why it doesn't fail in openjade 1.3... 

Attached is the patch to docbook-dsssl.  I'll commit it to upstream.

-- 
...Adam Di Carlo...<[EMAIL PROTECTED]>...http://www.onshored.com/>

diff -u -r1.4 dbdivis.dsl
--- print/dbdivis.dsl   15 Jan 2003 08:24:23 -  1.4
+++ print/dbdivis.dsl   5 Dec 2003 04:57:50 -
@@ -108,8 +108,7 @@
  center-footer: ($center-footer$ (normalize "lot"))
  right-footer:  ($right-footer$ (normalize "lot"))
  input-whitespace-treatment: 'collapse
- (build-lot (current-node) (car gilist))
- (loop (cdr gilist)))
+ (build-lot (current-node) (car gilist)))
(loop (cdr gilist)
 
   (if (generate-toc-in-front)


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


Re: [DOCS] PDF versions of PostgreSQL 7.4 Docs

2003-12-09 Thread 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.


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]