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
14d3c645
Commit
14d3c645
authored
Jan 30, 2002
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Don't put empty paragraphs around tables. This messed up JadeTeX somehow,
and doesn't make sense strictly speaking.
parent
64024d10
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
13 deletions
+2
-13
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+2
-13
No files found.
doc/src/sgml/func.sgml
View file @
14d3c645
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.9
2 2002/01/25 02:39:28 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.9
3 2002/01/30 21:55:33 petere
Exp $
PostgreSQL documentation
-->
...
...
@@ -1803,7 +1803,6 @@ PostgreSQL documentation
template that defines the output or input format.
</para>
<para>
<table tocentry="1">
<title>Formatting Functions</title>
<tgroup cols="4">
...
...
@@ -1867,7 +1866,6 @@ PostgreSQL documentation
</tbody>
</tgroup>
</table>
</para>
<para>
In an output template string, there are certain patterns that are
...
...
@@ -1878,7 +1876,6 @@ PostgreSQL documentation
values to be found there.
</para>
<para>
<table tocentry="1">
<title>Template patterns for date/time conversions</title>
<tgroup cols="2">
...
...
@@ -2064,7 +2061,6 @@ PostgreSQL documentation
</tbody>
</tgroup>
</table>
</para>
<para>
Certain modifiers may be applied to any template pattern to alter its
...
...
@@ -2073,7 +2069,6 @@ PostgreSQL documentation
<quote><literal>FM</literal></quote> prefix.
</para>
<para>
<table tocentry="1">
<title>Template pattern modifiers for date/time conversions</title>
<tgroup cols="3">
...
...
@@ -2113,7 +2108,6 @@ PostgreSQL documentation
</tbody>
</tgroup>
</table>
</para>
<para>
Usage notes:
...
...
@@ -2209,7 +2203,6 @@ PostgreSQL documentation
</itemizedlist>
</para>
<para>
<table tocentry="1">
<title>Template patterns for numeric conversions</title>
<tgroup cols="2">
...
...
@@ -2288,7 +2281,6 @@ PostgreSQL documentation
</tbody>
</tgroup>
</table>
</para>
<para>
Usage notes:
...
...
@@ -2346,7 +2338,6 @@ PostgreSQL documentation
</itemizedlist>
</para>
<para>
<table tocentry="1">
<title><function>to_char</function> Examples</title>
<tgroup cols="2">
...
...
@@ -2492,7 +2483,7 @@ PostgreSQL documentation
</tbody>
</tgroup>
</table>
</para>
</sect1>
...
...
@@ -3827,7 +3818,6 @@ SELECT TIMESTAMP 'now';
<literal>colname::inet</literal>.
</para>
<para>
<table tocentry="1" id="macaddr-functions">
<title><type>macaddr</> Functions</title>
<tgroup cols="5">
...
...
@@ -3851,7 +3841,6 @@ SELECT TIMESTAMP 'now';
</tbody>
</tgroup>
</table>
</para>
<para>
The function <function>trunc</>(<type>macaddr</>) returns a MAC
...
...
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