Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit68a6e5e

Browse files
committed
Fix broken markup, strange tab width.
1 parent08ed6c3 commit68a6e5e

File tree

2 files changed

+76
-75
lines changed

2 files changed

+76
-75
lines changed

‎doc/src/sgml/install-win32.sgml

Lines changed: 74 additions & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.31 2007/03/13 16:03:35 mha Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/install-win32.sgml,v 1.32 2007/03/14 00:15:26 tgl Exp $ -->
22

33
<chapter id="install-win32">
44
<title>Installation on <productname>Windows</productname></title>
@@ -71,103 +71,103 @@
7171
<title>Requirements</title>
7272
<para>
7373
PostgreSQL will build using either the professional versions (any edition)
74-
or the free Express edition of
75-
<productname>Visual Studio 2005</productname>. The following additional products
76-
are required to build the complete package. Use the
77-
<filename>config.pl</filename> to specify which directories the libraries
78-
are available in.
74+
or the free Express edition of
75+
<productname>Visual Studio 2005</productname>. The following additional products
76+
are required to build the complete package. Use the
77+
<filename>config.pl</filename> to specify which directories the libraries
78+
are available in.
7979

8080
<variablelist>
8181
<varlistentry>
8282
<term><productname>ActiveState Perl</productname></term>
8383
<listitem><para>
84-
ActiveState Perl is required to run the build generation scripts. MinGW
85-
or Cygwin perl will not work. It must also be present in the PATH.
86-
Binaries can be downloaded from
87-
<ulink url="http://www.activestate.com"></>.
88-
</para></listitem>
84+
ActiveState Perl is required to run the build generation scripts. MinGW
85+
or Cygwin perl will not work. It must also be present in the PATH.
86+
Binaries can be downloaded from
87+
<ulink url="http://www.activestate.com"></>.
88+
</para></listitem>
8989
</varlistentry>
9090

9191
<varlistentry>
92-
<term><productname>ActiveState TCL</productname></term>
92+
<term><productname>ActiveState TCL</productname></term>
9393
<listitem><para>
94-
Required for building <application>PL/TCL</application>.
95-
</para></listitem>
94+
Required for building <application>PL/TCL</application>.
95+
</para></listitem>
9696
</varlistentry>
9797

9898
<varlistentry>
9999
<term><productname>Bison</productname> and
100-
<productname>Flex</productname></term>
100+
<productname>Flex</productname></term>
101101
<listitem><para>
102-
Bison and Flex are required to build from CVS, but not required when
103-
building from a release file. Note that Bison version 2.0 will not
104-
work, but both earlier and later versions do. Bison and Flex can be
105-
downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>.
106-
</para></listitem>
102+
Bison and Flex are required to build from CVS, but not required when
103+
building from a release file. Note that Bison version 2.0 will not
104+
work, but both earlier and later versions do. Bison and Flex can be
105+
downloaded from <ulink url="http://gnuwin32.sourceforge.net"></>.
106+
</para></listitem>
107107
</varlistentry>
108108

109-
<varlistentry>
110-
<term><productname>Microsoft Platform SDK</productname></term>
111-
<listitem><para>
112-
It is recommended that you upgrade to the latest available version
113-
of the <productname>Microsoft Platform SDK</productname>, available
114-
for download from <ulink url="http://www.microsoft.com/downloads/"></>.
115-
</para></listitem>
116-
</varlistentry
109+
<varlistentry>
110+
<term><productname>Microsoft Platform SDK</productname></term>
111+
<listitem><para>
112+
It is recommended that you upgrade to the latest available version
113+
of the <productname>Microsoft Platform SDK</productname>, available
114+
for download from <ulink url="http://www.microsoft.com/downloads/"></>.
115+
</para></listitem>
116+
</varlistentry>
117117

118118
<varlistentry>
119119
<term><productname>MIT Kerberos</productname></term>
120120
<listitem><para>
121-
Required for Kerberos authentication support. MIT Kerberos can be
122-
downloaded from
123-
<ulink url="http://web.mit.edu/Kerberos/dist/index.html"></>.
124-
</para></listitem>
121+
Required for Kerberos authentication support. MIT Kerberos can be
122+
downloaded from
123+
<ulink url="http://web.mit.edu/Kerberos/dist/index.html"></>.
124+
</para></listitem>
125125
</varlistentry>
126126

127127
<varlistentry>
128128
<term><productname>libxml2</productname> and
129-
<productname>libxslt</productname></term>
129+
<productname>libxslt</productname></term>
130130
<listitem><para>
131131
Required for XML support. Binaries can be downloaded from
132-
<ulink url="http://zlatkovic.com/pub/libxml"></> or source from
133-
<ulink url="http://xmlsoft.org"></>. Note that libxml2 requires iconv,
134-
which is available from the same download location.
135-
</para></listitem>
132+
<ulink url="http://zlatkovic.com/pub/libxml"></> or source from
133+
<ulink url="http://xmlsoft.org"></>. Note that libxml2 requires iconv,
134+
which is available from the same download location.
135+
</para></listitem>
136136
</varlistentry>
137137

138138
<varlistentry>
139139
<term><productname>openssl</productname></term>
140140
<listitem><para>
141141
Required for SSL support. Binaries can be downloaded from
142142
<ulink url="http://www.slproweb.com/products/Win32OpenSSL.html"></>
143-
or source from <ulink url="http://www.openssl.org"></>.
144-
</para></listitem>
143+
or source from <ulink url="http://www.openssl.org"></>.
144+
</para></listitem>
145145
</varlistentry>
146146

147147
<varlistentry>
148148
<term><productname>pthreads</productname></term>
149149
<listitem><para>
150150
Required for building the <application>ECPG</application> libraries.
151-
Binaries can be downloaded from
152-
<ulink url="ftp://sources.redhat.com/pub/pthreads-win32"></>.
153-
</para></listitem>
151+
Binaries can be downloaded from
152+
<ulink url="ftp://sources.redhat.com/pub/pthreads-win32"></>.
153+
</para></listitem>
154154
</varlistentry>
155155

156156
<varlistentry>
157157
<term><productname>Python</productname></term>
158158
<listitem><para>
159159
Required for building <application>PL/Python</application>. Binaries can
160-
be downloaded from <ulink url="http://www.python.org"></>.
161-
</para></listitem>
160+
be downloaded from <ulink url="http://www.python.org"></>.
161+
</para></listitem>
162162
</varlistentry>
163163

164-
<varlistentry>
165-
<term><productname>zlib</productname></term>
164+
<varlistentry>
165+
<term><productname>zlib</productname></term>
166166
<listitem><para>
167-
Required for compression support in <application>pg_dump</application>
168-
and <application>pg_restore</application>. Binaries can be downloaded
169-
from <ulink url="http://www.zlib.net"></>.
170-
</para></listitem>
167+
Required for compression support in <application>pg_dump</application>
168+
and <application>pg_restore</application>. Binaries can be downloaded
169+
from <ulink url="http://www.zlib.net"></>.
170+
</para></listitem>
171171
</varlistentry>
172172

173173
</variablelist>
@@ -179,7 +179,7 @@
179179

180180
<para>
181181
To build all of PostgreSQL in debug configuration (the default), run the
182-
command:
182+
command:
183183
<screen>
184184
<userinput>
185185
build
@@ -204,15 +204,15 @@
204204

205205
<para>
206206
It is also possible to build from inside the Visual Studio GUI. In this
207-
case, you need to run:
207+
case, you need to run:
208208
<screen>
209209
<userinput>
210210
perl mkvcbuild.pl
211211
</userinput>
212212
</screen>
213213
from the command prompt, and then open the generated
214-
<filename>pgsql.sln</filename> (in the root directory of the source tree)
215-
in Visual Studio.
214+
<filename>pgsql.sln</filename> (in the root directory of the source tree)
215+
in Visual Studio.
216216
</para>
217217
</sect2>
218218

@@ -221,17 +221,17 @@
221221

222222
<para>
223223
Most of the time, the automatic dependency tracking in Visual Studio will
224-
handle changed files. But if there have been large changes, you may need
225-
to clean the installation. To do this, simply run the
226-
<filename>clean.bat</filename> command, which will automatically clean out
227-
all generated files.
224+
handle changed files. But if there have been large changes, you may need
225+
to clean the installation. To do this, simply run the
226+
<filename>clean.bat</filename> command, which will automatically clean out
227+
all generated files.
228228
</para>
229229

230230
<para>
231231
By default, all files are written into a subdirectory of the
232-
<filename>debug</filename> or <filename>release</filename> directories. To
233-
install these files using the standard layout, and also generate the files
234-
required to initialize and use the database, run the command:
232+
<filename>debug</filename> or <filename>release</filename> directories. To
233+
install these files using the standard layout, and also generate the files
234+
required to initialize and use the database, run the command:
235235
<screen>
236236
<userinput>
237237
perl install.pl c:\destination\directory
@@ -245,24 +245,24 @@
245245

246246
<para>
247247
Building the PostgreSQL documentation in HTML format requires several tools
248-
and files. Create a root directory for all these files, and store them
249-
in the subdirectories in the list below.
248+
and files. Create a root directory for all these files, and store them
249+
in the subdirectories in the list below.
250250
<variablelist>
251251
<varlistentry>
252252
<term>OpenJade 1.3.1-2</term>
253253
<listitem><para>
254254
Download from
255-
<ulink url="http://sourceforge.net/project/downloading.php?groupname=openjade&amp;filename=openjade-1_3_1-2-bin.zip"></>
256-
and uncompress in the subdirectory <filename>openjade-1.3.1</filename>.
255+
<ulink url="http://sourceforge.net/project/downloading.php?groupname=openjade&amp;filename=openjade-1_3_1-2-bin.zip"></>
256+
and uncompress in the subdirectory <filename>openjade-1.3.1</filename>.
257257
</para></listitem>
258258
</varlistentry>
259259

260260
<varlistentry>
261261
<term>DocBook DTD 4.2</term>
262262
<listitem><para>
263263
Download from
264-
<ulink url="http://www.oasis-open.org/docbook/sgml/4.2/docbook-4.2.zip"></>
265-
and uncompress in the subdirectory <filename>docbook</filename>.
264+
<ulink url="http://www.oasis-open.org/docbook/sgml/4.2/docbook-4.2.zip"></>
265+
and uncompress in the subdirectory <filename>docbook</filename>.
266266
</para></listitem>
267267
</varlistentry>
268268

@@ -272,29 +272,29 @@
272272
Download from
273273
<ulink url="http://sourceforge.net/project/downloading.php?groupname=docbook&amp;filename=docbook-dsssl-1.79.zip"></>
274274
and uncompress in the subdirectory
275-
<filename>docbook-dsssl-1.79</filename>.
275+
<filename>docbook-dsssl-1.79</filename>.
276276
</para></listitem>
277277
</varlistentry>
278278

279279
<varlistentry>
280280
<term>ISO character entities</term>
281281
<listitem><para>
282282
Download from
283-
<ulink url="http://www.oasis-open.org/cover/ISOEnts.zip"></> and
284-
uncompress in the subdirectory <filename>docbook</filename>.
283+
<ulink url="http://www.oasis-open.org/cover/ISOEnts.zip"></> and
284+
uncompress in the subdirectory <filename>docbook</filename>.
285285
</para></listitem>
286286
</varlistentry>
287287
</variablelist>
288288
Edit the <filename>buildenv.bat</filename> file, and add a variable for the
289-
location of the root directory, for example:
289+
location of the root directory, for example:
290290
<screen>
291291
@ECHO OFF
292292
SET DOCROOT=c:\docbook
293293
</screen>
294294
To build the documentation, run the command
295-
<filename>builddoc.bat</filename>. Note that this will actually run the
296-
build twice, in order to generate the indexes. The generated HTML files
297-
will be in <filename>doc\src\sgml</filename>.
295+
<filename>builddoc.bat</filename>. Note that this will actually run the
296+
build twice, in order to generate the indexes. The generated HTML files
297+
will be in <filename>doc\src\sgml</filename>.
298298
</para>
299299
</sect2>
300300

‎doc/src/sgml/lobj.sgml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/lobj.sgml,v 1.45 2007/03/03 19:52:45 momjian Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/lobj.sgml,v 1.46 2007/03/14 00:15:26 tgl Exp $ -->
22

33
<chapter id="largeObjects">
44
<title id="largeObjects-title">Large Objects</title>
@@ -331,6 +331,7 @@ int lo_truncate(PGcon *conn, int fd, size_t len);
331331
8.3; if this function is run against an older server version, it will
332332
fail and return a negative value.
333333
</para>
334+
</sect2>
334335

335336
<sect2>
336337
<title>Closing a Large Object Descriptor</title>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp