updating INSTALL file

Started by Christopher Kings-Lynneover 22 years ago4 messages
#1Christopher Kings-Lynne
chriskl@familyhealth.com.au

I think the INSTALL file needs to be updated. Its list of configure
options doesn't seem to mention --enable-thread-safety. I don't know
what else...

Chris

#2Bruce Momjian
pgman@candle.pha.pa.us
In reply to: Christopher Kings-Lynne (#1)
Re: updating INSTALL file

Christopher Kings-Lynne wrote:

I think the INSTALL file needs to be updated. Its list of configure
options doesn't seem to mention --enable-thread-safety. I don't know
what else...

That is done by Peter as part of updating HISTORY once we update SGML.

I would rebuild it right now but the cross-links I added to INSTALL to
allow a mention of shared_buffers and sort_mem as part of the tuning
recommendation has broken the INSTALL build:

openjade:/usr/local/share/sgml/stylesheets/docbook/html/dblink.dsl:203:1:E: XRef LinkEnd to missing ID 'RUNTIME-CONFIG-RESOURCE-MEMORY'
openjade:/usr/local/share/sgml/stylesheets/docbook/html/dblink.dsl:203:1:E: XRef LinkEnd to missing ID 'RUNTIME-CONFIG-RESOURCE'
gmake: *** [INSTALL.html] Error 1
gmake: *** Deleting file `INSTALL.html'
(2) grep
(2) grep -i 'RUNTIME-CONFIG-RESOURCE-MEMORY' *.sgml
backup.sgml: (see <xref linkend="runtime-config-resource-memory">).
installation.sgml: mentioned in <xref linkend="runtime-config-resource-memory">. Other
runtime.sgml: <sect3 id="runtime-config-resource-memory">

Peter? Help.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073
#3Peter Eisentraut
peter_e@gmx.net
In reply to: Bruce Momjian (#2)
Re: updating INSTALL file

Bruce Momjian writes:

I would rebuild it right now but the cross-links I added to INSTALL to
allow a mention of shared_buffers and sort_mem as part of the tuning
recommendation has broken the INSTALL build:

You need to do it like this:

<para>
<command>pg_dumpall</command> does not
save large objects. Check
<![%standalone-include[the documentation]]>
<![%standalone-ignore[<xref linkend="backup-dump-caveats">]]>
if you need to do this.
</para>

--
Peter Eisentraut peter_e@gmx.net

#4Bruce Momjian
pgman@candle.pha.pa.us
In reply to: Peter Eisentraut (#3)
Re: updating INSTALL file

Thanks. INSTALL file updated. Peter will do the final one, but at
least we have a more current one in there now.

---------------------------------------------------------------------------

Peter Eisentraut wrote:

Bruce Momjian writes:

I would rebuild it right now but the cross-links I added to INSTALL to
allow a mention of shared_buffers and sort_mem as part of the tuning
recommendation has broken the INSTALL build:

You need to do it like this:

<para>
<command>pg_dumpall</command> does not
save large objects. Check
<![%standalone-include[the documentation]]>
<![%standalone-ignore[<xref linkend="backup-dump-caveats">]]>
if you need to do this.
</para>

--
Peter Eisentraut peter_e@gmx.net

---------------------------(end of broadcast)---------------------------
TIP 6: Have you searched our list archives?

http://archives.postgresql.org

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073