Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 2011beb

Browse files
committed
Use 'token' not 'lexeme' to describe the output of a parser.
1 parent 56303ab commit 2011beb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/bin/psql/describe.c

+2-2
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/22 02: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-
_("Get lexeme types"), oid
2104+
_("Get token types"), oid
21052105
);
21062106

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

0 commit comments

Comments
 (0)