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
bf59ccc7
Commit
bf59ccc7
authored
Aug 29, 2002
by
Tom Lane
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
A few more fixes for the <replaceable>able> fiasco.
parent
16402ac6
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+7
-7
No files found.
doc/src/sgml/func.sgml
View file @
bf59ccc7
<!--
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.11
7 2002/08/22 04:56:44 momjian
Exp $
$Header: /cvsroot/pgsql/doc/src/sgml/func.sgml,v 1.11
8 2002/08/29 05:17:55 tgl
Exp $
PostgreSQL documentation
-->
...
...
@@ -2736,12 +2736,12 @@ PostgreSQL documentation
</row>
<row>
<entry><literal>AM</literal> or <literal>A.M.</literal> or
<literal>li
</literal> or <literal>P.M.</literal></entry>
<literal>PM
</literal> or <literal>P.M.</literal></entry>
<entry>meridian indicator (upper case)</entry>
</row>
<row>
<entry><literal>am</literal> or <literal>a.m.</literal> or
<literal>li
</literal> or <literal>p.m.</literal></entry>
<literal>pm
</literal> or <literal>p.m.</literal></entry>
<entry>meridian indicator (lower case)</entry>
</row>
<row>
...
...
@@ -2766,12 +2766,12 @@ PostgreSQL documentation
</row>
<row>
<entry><literal>BC</literal> or <literal>B.C.</literal> or
<literal>li
</literal> or <literal>A.D.</literal></entry>
<literal>AD
</literal> or <literal>A.D.</literal></entry>
<entry>era indicator (upper case)</entry>
</row>
<row>
<entry><literal>bc</literal> or <literal>b.c.</literal> or
<literal>li
</literal> or <literal>a.d.</literal></entry>
<literal>ad
</literal> or <literal>a.d.</literal></entry>
<entry>era indicator (lower case)</entry>
</row>
<row>
...
...
@@ -4993,8 +4993,8 @@ END
<bridgehead renderas="sect2">COALESCE</bridgehead>
<synopsis>
<function>COALESCE</function>(<replaceable>value</replaceable>
<optional
>, ...</optional>)
<function>COALESCE</function>(<replaceable>value</replaceable>
<optional
>, ...</optional>)
</synopsis>
<para>
...
...
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