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
4aaff553
Commit
4aaff553
authored
Jun 15, 2005
by
Neil Conway
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor SGML markup cleanup.
parent
f4d907ca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
doc/src/sgml/func.sgml
doc/src/sgml/func.sgml
+17
-17
No files found.
doc/src/sgml/func.sgml
View file @
4aaff553
<!--
<!--
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.25
7 2005/06/15 00:34:08 momjian
Exp $
$PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.25
8 2005/06/15 06:29:25 neilc
Exp $
PostgreSQL documentation
PostgreSQL documentation
-->
-->
...
@@ -5147,7 +5147,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
...
@@ -5147,7 +5147,7 @@ SELECT SUBSTRING('XY1234Z', 'Y*?([0-9]{1,3})');
</row>
</row>
<row>
<row>
<entry><literal><function>timeofday
()</function>
</literal></entry>
<entry><literal><function>timeofday
</function>()
</literal></entry>
<entry><type>text</type></entry>
<entry><type>text</type></entry>
<entry>Current date and time; see <xref
<entry>Current date and time; see <xref
linkend="functions-datetime-current">
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,75 +8069,75 @@ select current_date + s.a as dates from generate_series(0,14,7) as s(a);
<tbody>
<tbody>
<row>
<row>
<entry><
function>current_database()</function
></entry>
<entry><
literal><function>current_database</function>()</literal
></entry>
<entry><type>name</type></entry>
<entry><type>name</type></entry>
<entry>name of current database</entry>
<entry>name of current database</entry>
</row>
</row>
<row>
<row>
<entry><
function>current_schema()</function
></entry>
<entry><
literal><function>current_schema</function>()</literal
></entry>
<entry><type>name</type></entry>
<entry><type>name</type></entry>
<entry>name of current schema</entry>
<entry>name of current schema</entry>
</row>
</row>
<row>
<row>
<entry><
function>current_schemas(boolean)</function
></entry>
<entry><
literal><function>current_schemas</function>(<type>boolean</type>)</literal
></entry>
<entry><type>name[]</type></entry>
<entry><type>name[]</type></entry>
<entry>names of schemas in search path optionally including implicit schemas</entry>
<entry>names of schemas in search path optionally including implicit schemas</entry>
</row>
</row>
<row>
<row>
<entry><
function>current_user</function
></entry>
<entry><
literal><function>current_user</function></literal
></entry>
<entry><type>name</type></entry>
<entry><type>name</type></entry>
<entry>user name of current execution context</entry>
<entry>user name of current execution context</entry>
</row>
</row>
<row>
<row>
<entry><
function>inet_client_addr()</function
></entry>
<entry><
literal><function>inet_client_addr</function>()</literal
></entry>
<entry><type>inet</type></entry>
<entry><type>inet</type></entry>
<entry>address of the remote connection</entry>
<entry>address of the remote connection</entry>
</row>
</row>
<row>
<row>
<entry><
function>inet_client_port()</function
></entry>
<entry><
literal><function>inet_client_port</function>()</literal
></entry>
<entry><type>int4</type></entry>
<entry><type>int4</type></entry>
<entry>port of the remote connection</entry>
<entry>port of the remote connection</entry>
</row>
</row>
<row>
<row>
<entry><
function>inet_server_addr()</function
></entry>
<entry><
literal><function>inet_server_addr</function>()</literal
></entry>
<entry><type>inet</type></entry>
<entry><type>inet</type></entry>
<entry>address of the local connection</entry>
<entry>address of the local connection</entry>
</row>
</row>
<row>
<row>
<entry><
function>inet_server_port()</function
></entry>
<entry><
literal><function>inet_server_port</function>()</literal
></entry>
<entry><type>int4</type></entry>
<entry><type>int4</type></entry>
<entry>port of the local connection</entry>
<entry>port of the local connection</entry>
</row>
</row>
<row>
<row>
<entry><
function>session_user</function
></entry>
<entry><
literal><function>session_user</function></literal
></entry>
<entry><type>name</type></entry>
<entry><type>name</type></entry>
<entry>session user name</entry>
<entry>session user name</entry>
</row>
</row>
<row>
<row>
<entry><
function>pg_postmaster_start_time()</function
></entry>
<entry><
literal><function>pg_postmaster_start_time</function>()</literal
></entry>
<entry><type>timestamp with time zone</type></entry>
<entry><type>timestamp with time zone</type></entry>
<entry><command>postmaster</> start time</entry>
<entry><command>postmaster</> start time</entry>
</row>
</row>
<row>
<row>
<entry><
function>user</function
></entry>
<entry><
literal><function>user</function></literal
></entry>
<entry><type>name</type></entry>
<entry><type>name</type></entry>
<entry>equivalent to <function>current_user</function></entry>
<entry>equivalent to <function>current_user</function></entry>
</row>
</row>
<row>
<row>
<entry><
function>version()</function
></entry>
<entry><
literal><function>version</function>()</literal
></entry>
<entry><type>text</type></entry>
<entry><type>text</type></entry>
<entry>
PostgreSQL
version information</entry>
<entry>
<productname>PostgreSQL</>
version information</entry>
</row>
</row>
</tbody>
</tbody>
</tgroup>
</tgroup>
...
@@ -8230,7 +8230,7 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
...
@@ -8230,7 +8230,7 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
</indexterm>
</indexterm>
<para>
<para>
<function>pg_postmaster_start_time
()
</function> returns the timestamp with time zone
<function>pg_postmaster_start_time</function> returns the timestamp with time zone
when the <command>postmaster</> started.
when the <command>postmaster</> started.
</para>
</para>
...
@@ -8239,7 +8239,7 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
...
@@ -8239,7 +8239,7 @@ SET search_path TO <replaceable>schema</> <optional>, <replaceable>schema</>, ..
</indexterm>
</indexterm>
<para>
<para>
<function>version
()
</function> returns a string describing the
<function>version</function> returns a string describing the
<productname>PostgreSQL</productname> server's version.
<productname>PostgreSQL</productname> server's version.
</para>
</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