mirror of
https://github.com/postgres/postgres.git
synced 2025-06-14 00:01:55 -04:00
Use 'token' not 'lexeme' to describe the output of a parser.
This commit is contained in:
parent
56303abff0
commit
2011bebc89
@ -3,7 +3,7 @@
|
|||||||
*
|
*
|
||||||
* Copyright (c) 2000-2007, PostgreSQL Global Development Group
|
* Copyright (c) 2000-2007, PostgreSQL Global Development Group
|
||||||
*
|
*
|
||||||
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.159 2007/08/22 02:25:34 tgl Exp $
|
* $PostgreSQL: pgsql/src/bin/psql/describe.c,v 1.160 2007/10/16 18:02:26 tgl Exp $
|
||||||
*/
|
*/
|
||||||
#include "postgres_fe.h"
|
#include "postgres_fe.h"
|
||||||
#include "describe.h"
|
#include "describe.h"
|
||||||
@ -2101,7 +2101,7 @@ describeOneTSParser(const char *oid, const char *nspname, const char *prsname)
|
|||||||
_("Get next token"), oid,
|
_("Get next token"), oid,
|
||||||
_("End parse"), oid,
|
_("End parse"), oid,
|
||||||
_("Get headline"), oid,
|
_("Get headline"), oid,
|
||||||
_("Get lexeme types"), oid
|
_("Get token types"), oid
|
||||||
);
|
);
|
||||||
|
|
||||||
res = PSQLexec(buf.data, false);
|
res = PSQLexec(buf.data, false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user