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

Commit3b0453b

Browse files
author
Neil Conway
committed
Various documentation improvements. Add a lot of index entries for
the builtin functions (although some more entries are still needed),and remove the duplicate index entries that have been causingcollateindex.pl warnings. Consistently use "int" and "bigint", ratherthan a mix of "int", "integer", "int4", "bigint", and "int8". Makeparenthesis style in syntax examples more consistent. Variouscopy-editing for newly-added documentation and SGML markup fixes.
1 parent08dc2af commit3b0453b

File tree

4 files changed

+415
-136
lines changed

4 files changed

+415
-136
lines changed

‎doc/src/sgml/dfunc.sgml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/dfunc.sgml,v 1.31 2005/04/09 03:52:43 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/dfunc.sgml,v 1.32 2005/09/14 21:14:26 neilc Exp $
33
-->
44

55
<sect2 id="dfunc">
@@ -28,11 +28,10 @@ $PostgreSQL: pgsql/doc/src/sgml/dfunc.sgml,v 1.31 2005/04/09 03:52:43 momjian Ex
2828
</para>
2929

3030
<para>
31-
<indexterm><primary>PIC</></> Creating shared libraries is generally
32-
analogous to linking executables: first the source files are
33-
compiled into object files, then the object files are linked
34-
together. The object files need to be created as
35-
<firstterm>position-independent code</firstterm>
31+
Creating shared libraries is generally analogous to linking
32+
executables: first the source files are compiled into object files,
33+
then the object files are linked together. The object files need to
34+
be created as <firstterm>position-independent code</firstterm>
3635
(<acronym>PIC</acronym>),<indexterm><primary>PIC</></> which
3736
conceptually means that they can be placed at an arbitrary location
3837
in memory when they are loaded by the executable. (Object files

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp