File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* Copyright (c) 1996-2007, PostgreSQL Global Development Group
5
5
*
6
- * $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.43 2007/09/11 03:28:05 tgl Exp $
6
+ * $PostgreSQL: pgsql/src/backend/catalog/system_views.sql,v 1.44 2007/09/11 08:51:22 teodor Exp $
7
7
*/
8
8
9
9
CREATE VIEW pg_roles AS
@@ -415,8 +415,7 @@ SELECT
415
415
( SELECT mapdict, pg_catalog .ts_lexize (mapdict, parse .token ) AS lex
416
416
FROM pg_catalog .pg_ts_config_map AS m
417
417
WHERE m .mapcfg = $1 AND m .maptokentype = parse .tokid
418
- ORDER BY m .mapseqno ) dl
419
- WHERE dl .lex IS NOT NULL
418
+ ORDER BY pg_catalog .ts_lexize (mapdict, parse .token ) IS NULL , m .mapseqno ) dl
420
419
LIMIT 1
421
420
) AS " Lexized token"
422
421
FROM pg_catalog .ts_parse (
You can’t perform that action at this time.
0 commit comments