Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit492ae18

Browse files
committed
Add a few current_* variable index entries to the docs.
Guillaume Lelarge
1 parent497365f commit492ae18

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

‎doc/src/sgml/func.sgml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.412 2007/11/27 18:29:11 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/func.sgml,v 1.413 2007/11/28 05:13:41 momjian Exp $ -->
22

33
<chapter id="functions">
44
<title>Functions and Operators</title>
@@ -10722,6 +10722,18 @@ select current_date + s.a as dates from generate_series(0,14,7) as s(a);
1072210722
<secondary>current</secondary>
1072310723
</indexterm>
1072410724

10725+
<indexterm>
10726+
<primary>current_database</primary>
10727+
</indexterm>
10728+
10729+
<indexterm>
10730+
<primary>current_schema</primary>
10731+
</indexterm>
10732+
10733+
<indexterm>
10734+
<primary>current_user</primary>
10735+
</indexterm>
10736+
1072510737
<para>
1072610738
The <function>session_user</function> is normally the user who initiated
1072710739
the current database connection; but superusers can change this setting

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp