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

Commit148f905

Browse files
committed
Allow PL/pgSQL accept non ascii identifiers
1 parent6ead466 commit148f905

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/pl/plpgsql/src/scan.l

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* procedural language
55
*
66
* IDENTIFICATION
7-
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/scan.l,v 1.7 2000/09/05 09:02:18 wieck Exp $
7+
* $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Attic/scan.l,v 1.8 2000/09/15 11:59:40 ishii Exp $
88
*
99
* This software is copyrighted by Jan Wieck - Hamburg.
1010
*
@@ -51,8 +51,8 @@ static void plpgsql_input(char *buf, int *result, int max);
5151
#defineYY_NO_UNPUT
5252
%}
5353

54-
WS[[:alpha:]_"]
55-
WC[[:alnum:]_"]
54+
WS [\200-\377_A-Za-z"]
55+
WC [\200-\377_A-Za-z0-9"]
5656

5757
%xIN_STRINGIN_COMMENT
5858

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp