Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
e6774dc3
Commit
e6774dc3
authored
Mar 27, 2002
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't mark up as acronym that which is not an acronym.
parent
d235d9b8
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
8 additions
and
10 deletions
+8
-10
doc/src/sgml/pygresql.sgml
doc/src/sgml/pygresql.sgml
+2
-2
doc/src/sgml/ref/select.sgml
doc/src/sgml/ref/select.sgml
+2
-4
doc/src/sgml/xindex.sgml
doc/src/sgml/xindex.sgml
+4
-4
No files found.
doc/src/sgml/pygresql.sgml
View file @
e6774dc3
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/pygresql.sgml,v 1.
5 2001/11/21 05:53:41 thomas
Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/Attic/pygresql.sgml,v 1.
6 2002/03/27 19:19:22 petere
Exp $ -->
<chapter id="pygresql">
<title><application>PyGreSQL</application> - <application>Python</application> Interface</title>
...
...
@@ -469,7 +469,7 @@ make && make install
programs. You can prompt the user for a value, put it in the
default variable, and forget it, without having to modify your
environment. The support for default variables can be disabled by
setting the <
acronym>-DNO_DEF_VAR</acronym
> option in the Python
setting the <
option>-DNO_DEF_VAR</option
> option in the Python
Setup file. Methods relative to this are specified by te tag [DV].
</para>
...
...
doc/src/sgml/ref/select.sgml
View file @
e6774dc3
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.5
2 2002/03/22 19:20:45
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/ref/select.sgml,v 1.5
3 2002/03/27 19:19:23
petere Exp $
PostgreSQL documentation
-->
...
...
@@ -937,9 +937,7 @@ SELECT actors.name
<refsect2info>
<date>1998-09-24</date>
</refsect2info>
<title>
<acronym>Extensions</acronym>
</title>
<title>Extensions</title>
<para>
<productname>PostgreSQL</productname> allows one to omit
...
...
doc/src/sgml/xindex.sgml
View file @
e6774dc3
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/xindex.sgml,v 1.2
2 2002/01/07 02:29:14
petere Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/xindex.sgml,v 1.2
3 2002/03/27 19:19:23
petere Exp $
PostgreSQL documentation
-->
...
...
@@ -25,7 +25,7 @@ PostgreSQL documentation
pg_amproc, pg_operator</filename> and <filename>pg_opclass</filename>).
Unfortunately, there is no simple command to do this. We will demonstrate
how to modify these catalogs through a running example: a new operator
class for the
<acronym>B-tree</acronym>
access method that stores and
class for the
B-tree
access method that stores and
sorts complex numbers in ascending absolute value order.
</para>
</sect1>
...
...
@@ -106,10 +106,10 @@ PostgreSQL documentation
</para>
<para>
The <acronym>
object
ID</acronym> of the row in
The <acronym>
O
ID</acronym> of the row in
<filename>pg_am</filename> is used as a foreign key in a lot of other
tables. You do not need to add a new row to this table; all that
you are interested in is the <acronym>
object
ID</acronym> of the access
you are interested in is the <acronym>
O
ID</acronym> of the access
method you want to extend:
<screen>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment