[DOCS] PostgreSQL 7.4.1 Documentation
In file runtime.sgml is written: See also http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html";> for information on shared memory under Solaris. But I found this page in: http://sunsite.uakom.sk/sunworldonline/swol-09-1997/swol-09-insidesolaris.html and not in http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html Halley __ Yahoo! Messenger - Fale com seus amigos online. Instale agora! http://br.download.yahoo.com/messenger/ ---(end of broadcast)--- TIP 8: explain analyze is your friend
Re: [DOCS] Fwd: PostgreSQL 7.4 documentation packaging
Am Dienstag, 20. April 2004 00:18 schrieb Josh Berkus: > Just got this request from Mark Recht, who maintains an RPM package library > at www.pkgsrc.org.It seems that we don't have an option for compile for > our docs which is standard with other Linux tools.How difficult would > this be to add?It would help Mark keep our packages updated. pkgsrc is a NetBSD package library, not an RPM library. We do have a target to "compile" the documentation, which is how the documentation is built in the first place. I don't know what "standard" there is about that. ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org
Re: [DOCS] PostgreSQL 7.4.1 Documentation
Am Mittwoch, 21. April 2004 13:32 schrieb Halley Pacheco de Oliveira: > But I found this page in: > http://sunsite.uakom.sk/sunworldonline/swol-09-1997/swol-09-insidesolaris.html > and not in > http://www.sunworld.com/swol-09-1997/swol-09-insidesolaris.html Fixed, thanks. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html
Re: [DOCS] Fwd: PostgreSQL 7.4 documentation packaging
Peter Eisentraut <[EMAIL PROTECTED]> writes: > Am Dienstag, 20. April 2004 00:18 schrieb Josh Berkus: >> Just got this request from Mark Recht, who maintains an RPM package library >> at www.pkgsrc.org. > pkgsrc is a NetBSD package library, not an RPM library. We do have a target > to "compile" the documentation, which is how the documentation is built in > the first place. I don't know what "standard" there is about that. I think what he was actually asking for was to provide a relatively simple way (like a configure option) of installing the HTML docs into a different directory from the plaintext docs. It didn't sound like an unreasonable request ... regards, tom lane ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster
Re: [DOCS] Fwd: PostgreSQL 7.4 documentation packaging
Tom Lane wrote: > I think what he was actually asking for was to provide a relatively > simple way (like a configure option) of installing the HTML docs into > a different directory from the plaintext docs. It didn't sound like > an unreasonable request ... You can use --with-docdir. There are no other docs besides the HTML ones, so this allows you to place the HTML docs anywhere you like. ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])
[DOCS] Typo in section 32.40. view_table_usage
Table 30-38. view_table_usage Columns 'Description' for table_catalog should be corrected: Name of the database that contains the table the table that is used by the view (always the current database) ^^^ Regards, alvis tunkelis
