1
1
<!--
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 $
3
3
PostgreSQL documentation
4
4
-->
5
5
@@ -5147,7 +5147,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
5147
5147
</row>
5148
5148
5149
5149
<row>
5150
- <entry><literal><function>timeofday() </function></literal></entry>
5150
+ <entry><literal><function>timeofday</function>() </literal></entry>
5151
5151
<entry><type>text</type></entry>
5152
5152
<entry>Current date and time; see <xref
5153
5153
linkend="functions-datetime-current">
@@ -8069,75 +8069,75 @@ select current_date + s.a as dates from generate_series(0,14,7) as s(a);
8069
8069
8070
8070
<tbody>
8071
8071
<row>
8072
- <entry><function>current_database()</function ></entry>
8072
+ <entry><literal>< function>current_database</function> ()</literal ></entry>
8073
8073
<entry><type>name</type></entry>
8074
8074
<entry>name of current database</entry>
8075
8075
</row>
8076
8076
8077
8077
<row>
8078
- <entry><function>current_schema()</function ></entry>
8078
+ <entry><literal>< function>current_schema</function> ()</literal ></entry>
8079
8079
<entry><type>name</type></entry>
8080
8080
<entry>name of current schema</entry>
8081
8081
</row>
8082
8082
8083
8083
<row>
8084
- <entry><function>current_schemas( boolean)</function ></entry>
8084
+ <entry><literal>< function>current_schemas</function>(<type> boolean</type> )</literal ></entry>
8085
8085
<entry><type>name[]</type></entry>
8086
8086
<entry>names of schemas in search path optionally including implicit schemas</entry>
8087
8087
</row>
8088
8088
8089
8089
<row>
8090
- <entry><function>current_user</function></entry>
8090
+ <entry><literal>< function>current_user</function></literal ></entry>
8091
8091
<entry><type>name</type></entry>
8092
8092
<entry>user name of current execution context</entry>
8093
8093
</row>
8094
8094
8095
8095
<row>
8096
- <entry><function>inet_client_addr()</function ></entry>
8096
+ <entry><literal>< function>inet_client_addr</function> ()</literal ></entry>
8097
8097
<entry><type>inet</type></entry>
8098
8098
<entry>address of the remote connection</entry>
8099
8099
</row>
8100
8100
8101
8101
<row>
8102
- <entry><function>inet_client_port()</function ></entry>
8102
+ <entry><literal>< function>inet_client_port</function> ()</literal ></entry>
8103
8103
<entry><type>int4</type></entry>
8104
8104
<entry>port of the remote connection</entry>
8105
8105
</row>
8106
8106
8107
8107
<row>
8108
- <entry><function>inet_server_addr()</function ></entry>
8108
+ <entry><literal>< function>inet_server_addr</function> ()</literal ></entry>
8109
8109
<entry><type>inet</type></entry>
8110
8110
<entry>address of the local connection</entry>
8111
8111
</row>
8112
8112
8113
8113
<row>
8114
- <entry><function>inet_server_port()</function ></entry>
8114
+ <entry><literal>< function>inet_server_port</function> ()</literal ></entry>
8115
8115
<entry><type>int4</type></entry>
8116
8116
<entry>port of the local connection</entry>
8117
8117
</row>
8118
8118
8119
8119
<row>
8120
- <entry><function>session_user</function></entry>
8120
+ <entry><literal>< function>session_user</function></literal ></entry>
8121
8121
<entry><type>name</type></entry>
8122
8122
<entry>session user name</entry>
8123
8123
</row>
8124
8124
8125
8125
<row>
8126
- <entry><function>pg_postmaster_start_time()</function ></entry>
8126
+ <entry><literal>< function>pg_postmaster_start_time</function> ()</literal ></entry>
8127
8127
<entry><type>timestamp with time zone</type></entry>
8128
8128
<entry><command>postmaster</> start time</entry>
8129
8129
</row>
8130
8130
8131
8131
<row>
8132
- <entry><function>user</function></entry>
8132
+ <entry><literal>< function>user</function></literal ></entry>
8133
8133
<entry><type>name</type></entry>
8134
8134
<entry>equivalent to <function>current_user</function></entry>
8135
8135
</row>
8136
8136
8137
8137
<row>
8138
- <entry><function>version()</function ></entry>
8138
+ <entry><literal>< function>version</function> ()</literal ></entry>
8139
8139
<entry><type>text</type></entry>
8140
- <entry>PostgreSQL version information</entry>
8140
+ <entry><productname> PostgreSQL</> version information</entry>
8141
8141
</row>
8142
8142
</tbody>
8143
8143
</tgroup>
@@ -8230,7 +8230,7 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
8230
8230
</indexterm>
8231
8231
8232
8232
<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
8234
8234
when the <command>postmaster</> started.
8235
8235
</para>
8236
8236
@@ -8239,7 +8239,7 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
8239
8239
</indexterm>
8240
8240
8241
8241
<para>
8242
- <function>version() </function> returns a string describing the
8242
+ <function>version</function> returns a string describing the
8243
8243
<productname>PostgreSQL</productname> server's version.
8244
8244
</para>
8245
8245
0 commit comments