Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 4aaff55

Browse files
author
Neil Conway
committed
Minor SGML markup cleanup.
1 parent f4d907c commit 4aaff55

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

doc/src/sgml/func.sgml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.257 2005/06/15 00:34:08 momjian Exp $
2+
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.258 2005/06/15 06:29:25 neilc Exp $
33
PostgreSQL documentation
44
-->
55

@@ -5147,7 +5147,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
51475147
</row>
51485148

51495149
<row>
5150-
<entry><literal><function>timeofday()</function></literal></entry>
5150+
<entry><literal><function>timeofday</function>()</literal></entry>
51515151
<entry><type>text</type></entry>
51525152
<entry>Current date and time; see <xref
51535153
linkend="functions-datetime-current">
@@ -8069,75 +8069,75 @@ select current_date + s.a as dates from generate_series(0,14,7) as s(a);
80698069

80708070
<tbody>
80718071
<row>
8072-
<entry><function>current_database()</function></entry>
8072+
<entry><literal><function>current_database</function>()</literal></entry>
80738073
<entry><type>name</type></entry>
80748074
<entry>name of current database</entry>
80758075
</row>
80768076

80778077
<row>
8078-
<entry><function>current_schema()</function></entry>
8078+
<entry><literal><function>current_schema</function>()</literal></entry>
80798079
<entry><type>name</type></entry>
80808080
<entry>name of current schema</entry>
80818081
</row>
80828082

80838083
<row>
8084-
<entry><function>current_schemas(boolean)</function></entry>
8084+
<entry><literal><function>current_schemas</function>(<type>boolean</type>)</literal></entry>
80858085
<entry><type>name[]</type></entry>
80868086
<entry>names of schemas in search path optionally including implicit schemas</entry>
80878087
</row>
80888088

80898089
<row>
8090-
<entry><function>current_user</function></entry>
8090+
<entry><literal><function>current_user</function></literal></entry>
80918091
<entry><type>name</type></entry>
80928092
<entry>user name of current execution context</entry>
80938093
</row>
80948094

80958095
<row>
8096-
<entry><function>inet_client_addr()</function></entry>
8096+
<entry><literal><function>inet_client_addr</function>()</literal></entry>
80978097
<entry><type>inet</type></entry>
80988098
<entry>address of the remote connection</entry>
80998099
</row>
81008100

81018101
<row>
8102-
<entry><function>inet_client_port()</function></entry>
8102+
<entry><literal><function>inet_client_port</function>()</literal></entry>
81038103
<entry><type>int4</type></entry>
81048104
<entry>port of the remote connection</entry>
81058105
</row>
81068106

81078107
<row>
8108-
<entry><function>inet_server_addr()</function></entry>
8108+
<entry><literal><function>inet_server_addr</function>()</literal></entry>
81098109
<entry><type>inet</type></entry>
81108110
<entry>address of the local connection</entry>
81118111
</row>
81128112

81138113
<row>
8114-
<entry><function>inet_server_port()</function></entry>
8114+
<entry><literal><function>inet_server_port</function>()</literal></entry>
81158115
<entry><type>int4</type></entry>
81168116
<entry>port of the local connection</entry>
81178117
</row>
81188118

81198119
<row>
8120-
<entry><function>session_user</function></entry>
8120+
<entry><literal><function>session_user</function></literal></entry>
81218121
<entry><type>name</type></entry>
81228122
<entry>session user name</entry>
81238123
</row>
81248124

81258125
<row>
8126-
<entry><function>pg_postmaster_start_time()</function></entry>
8126+
<entry><literal><function>pg_postmaster_start_time</function>()</literal></entry>
81278127
<entry><type>timestamp with time zone</type></entry>
81288128
<entry><command>postmaster</> start time</entry>
81298129
</row>
81308130

81318131
<row>
8132-
<entry><function>user</function></entry>
8132+
<entry><literal><function>user</function></literal></entry>
81338133
<entry><type>name</type></entry>
81348134
<entry>equivalent to <function>current_user</function></entry>
81358135
</row>
81368136

81378137
<row>
8138-
<entry><function>version()</function></entry>
8138+
<entry><literal><function>version</function>()</literal></entry>
81398139
<entry><type>text</type></entry>
8140-
<entry>PostgreSQL version information</entry>
8140+
<entry><productname>PostgreSQL</> version information</entry>
81418141
</row>
81428142
</tbody>
81438143
</tgroup>
@@ -8230,7 +8230,7 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
82308230
</indexterm>
82318231

82328232
<para>
8233-
<function>pg_postmaster_start_time()</function> returns the timestamp with time zone
8233+
<function>pg_postmaster_start_time</function> returns the timestamp with time zone
82348234
when the <command>postmaster</> started.
82358235
</para>
82368236

@@ -8239,7 +8239,7 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
82398239
</indexterm>
82408240

82418241
<para>
8242-
<function>version()</function> returns a string describing the
8242+
<function>version</function> returns a string describing the
82438243
<productname>PostgreSQL</productname> server's version.
82448244
</para>
82458245

0 commit comments

Comments
 (0)