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

Commit8f92163

Browse files
committed
Improve descriptions of date/time functions.
1 parent4901ff7 commit8f92163

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

‎src/include/catalog/pg_proc.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: pg_proc.h,v 1.107 1999/11/25 01:28:05 wieck Exp $
9+
* $Id: pg_proc.h,v 1.108 1999/12/01 18:03:26 momjian Exp $
1010
*
1111
* NOTES
1212
* The script catalog/genbki.sh reads this file and generates .bki
@@ -523,7 +523,7 @@ DESCR("abstime in tinterval");
523523
DATA(insertOID=249 (intervalrelPGUID11ftf1f703"704"10000100intervalrel- ));
524524
DESCR("");
525525
DATA(insertOID=250 (timenowPGUID11ftf0f702"0"10000100timenow- ));
526-
DESCR("(internal)");
526+
DESCR("Current date and time");
527527
DATA(insertOID=251 (abstimeeqPGUID11ftf2f16"702 702"10000100abstimeeq- ));
528528
DESCR("equal");
529529
DATA(insertOID=252 (abstimenePGUID11ftf2f16"702 702"10000100abstimene- ));
@@ -571,7 +571,7 @@ DESCR("start of interval");
571571
DATA(insertOID=273 (intervalendPGUID11ftf1f702"704"10000100intervalend- ));
572572
DESCR("");
573573
DATA(insertOID=274 (timeofdayPGUID11ftf0f25"0"10000100timeofday- ));
574-
DESCR("(internal)");
574+
DESCR("Current date and time with microseconds");
575575
DATA(insertOID=275 (abstime_finitePGUID11ftf1f16"702"10000100abstime_finite- ));
576576
DESCR("");
577577

@@ -939,7 +939,7 @@ DESCR("greater-than");
939939

940940
/* OIDS 700 - 799 */
941941
DATA(insertOID=710 (getpgusernamePGUID11ftf0f19"0"10000100getpgusername- ));
942-
DESCR("(internal)");
942+
DESCR("Return username");
943943
DATA(insertOID=711 (userfntestPGUID11ftt1f23"23"10000100userfntest- ));
944944
DESCR("");
945945
DATA(insertOID=713 (oidrandPGUID11ftf2f16"26 23"10000100oidrand- ));

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp