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

Commit2011beb

Browse files
committed
Use 'token' not 'lexeme' to describe the output of a parser.
1 parent56303ab commit2011beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/bin/psql/describe.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* Copyright (c) 2000-2007, PostgreSQL Global Development Group
55
*
6-
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.159 2007/08/2202:25:34 tgl Exp $
6+
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.160 2007/10/16 18:02:26 tgl Exp $
77
*/
88
#include"postgres_fe.h"
99
#include"describe.h"
@@ -2101,7 +2101,7 @@ describeOneTSParser(const char *oid, const char *nspname, const char *prsname)
21012101
_("Get next token"),oid,
21022102
_("End parse"),oid,
21032103
_("Get headline"),oid,
2104-
_("Getlexeme types"),oid
2104+
_("Gettoken types"),oid
21052105
);
21062106

21072107
res=PSQLexec(buf.data, false);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp