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
6dfb2b25
Commit
6dfb2b25
authored
Feb 17, 2004
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor SGML markup improvements.
parent
a536ed53
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
19 additions
and
18 deletions
+19
-18
doc/src/sgml/docguide.sgml
doc/src/sgml/docguide.sgml
+12
-12
doc/src/sgml/sources.sgml
doc/src/sgml/sources.sgml
+7
-6
No files found.
doc/src/sgml/docguide.sgml
View file @
6dfb2b25
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.
49 2003/12/13 20:09:15 momjian
Exp $ -->
<!-- $PostgreSQL: pgsql/doc/src/sgml/docguide.sgml,v 1.
50 2004/02/17 02:53:03 neilc
Exp $ -->
<appendix id="docguide">
<appendix id="docguide">
<title>Documentation</title>
<title>Documentation</title>
...
@@ -51,8 +51,8 @@
...
@@ -51,8 +51,8 @@
languages are applications of the <firstterm>Standard Generalized
languages are applications of the <firstterm>Standard Generalized
Markup Language</firstterm>, <acronym>SGML</acronym>, which is
Markup Language</firstterm>, <acronym>SGML</acronym>, which is
essentially a language for describing other languages. In what
essentially a language for describing other languages. In what
follows, the terms DocBook and
SGML are both used, but technically
follows, the terms DocBook and
<acronym>SGML</acronym> are both
they are not interchangeable.
used, but technically
they are not interchangeable.
</para>
</para>
<para>
<para>
...
@@ -1017,13 +1017,13 @@ End:
...
@@ -1017,13 +1017,13 @@ End:
<para>
<para>
The <productname>PostgreSQL</productname> distribution includes a
The <productname>PostgreSQL</productname> distribution includes a
parsed DTD definitions file <filename>reference.ced</filename>.
parsed DTD definitions file <filename>reference.ced</filename>.
You may find that when using
PSGML, a comfortable way of working
You may find that when using
<productname>PSGML</productname>, a
with these separate files of book parts is to insert a proper
comfortable way of working with these separate files of book
<literal>DOCTYPE</literal> declaration while you're editing them.
parts is to insert a proper <literal>DOCTYPE</literal>
If you are working on this source, for instance, it is a
n
declaration while you're editing them. If you are working o
n
appendix chapter, so you would specify the document as an
this source, for instance, it is an appendix chapter, so you
<quote>appendix</quote> instance of a DocBook document by making
would specify the document as an <quote>appendix</quote> instance
the first line look like this:
of a DocBook document by making
the first line look like this:
<programlisting>
<programlisting>
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.2//EN">
<!DOCTYPE appendix PUBLIC "-//OASIS//DTD DocBook V4.2//EN">
...
@@ -1041,8 +1041,8 @@ End:
...
@@ -1041,8 +1041,8 @@ End:
<title>Other Emacs modes</title>
<title>Other Emacs modes</title>
<para>
<para>
<productname>GNU Emacs</productname> ships with a different
SGML
<productname>GNU Emacs</productname> ships with a different
mode, which is not quite as powerful as
<acronym>SGML</acronym>
mode, which is not quite as powerful as
<productname>PSGML</productname>, but it's less confusing and
<productname>PSGML</productname>, but it's less confusing and
lighter weight. Also, it offers syntax highlighting (font lock),
lighter weight. Also, it offers syntax highlighting (font lock),
which can be very helpful.
which can be very helpful.
...
...
doc/src/sgml/sources.sgml
View file @
6dfb2b25
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.1
2 2003/11/29 19:51:37 pgsql
Exp $
$PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.1
3 2004/02/17 02:53:03 neilc
Exp $
-->
-->
<chapter id="source">
<chapter id="source">
...
@@ -23,8 +23,8 @@ $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.12 2003/11/29 19:51:37 pgsql Ex
...
@@ -23,8 +23,8 @@ $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.12 2003/11/29 19:51:37 pgsql Ex
</para>
</para>
<para>
<para>
For
Emacs, add the following (or something similar)
For
<productname>Emacs</productname>, add the following (or
to your <filename>~/.emacs</filename>
something similar)
to your <filename>~/.emacs</filename>
initialization file:
initialization file:
<programlisting>
<programlisting>
...
@@ -56,7 +56,7 @@ $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.12 2003/11/29 19:51:37 pgsql Ex
...
@@ -56,7 +56,7 @@ $PostgreSQL: pgsql/doc/src/sgml/sources.sgml,v 2.12 2003/11/29 19:51:37 pgsql Ex
set tabstop=4
set tabstop=4
</programlisting>
</programlisting>
or equivalently from within
vi
, try
or equivalently from within
<application>vi</application>
, try
<programlisting>
<programlisting>
:set ts=4
:set ts=4
...
@@ -423,7 +423,7 @@ write
...
@@ -423,7 +423,7 @@ write
<para>
<para>
Use lower case for message wording, including the first letter of a
Use lower case for message wording, including the first letter of a
primary error message. Use upper case for SQL commands and key words if
primary error message. Use upper case for SQL commands and key words if
they appear in the message.
they appear in the message.
</para>
</para>
<para>
<para>
...
@@ -497,7 +497,8 @@ and
...
@@ -497,7 +497,8 @@ and
</para>
</para>
<para>
<para>
Rationale: Else no one will know what <quote>foo.bar.baz</quote> is.
Rationale: Otherwise no one will know what <quote>foo.bar.baz</>
refers to.
</para>
</para>
</simplesect>
</simplesect>
...
...
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