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

Commit266664f

Browse files
committed
Fix creation of temporary sequences in ecpg, per report from Edmund Bacon.
1 parenta56a016 commit266664f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/interfaces/ecpg/preproc/preproc.y

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.259 2003/09/23 12:56:35 meskes Exp $*/
1+
/* $Header: /cvsroot/pgsql/src/interfaces/ecpg/preproc/Attic/preproc.y,v 1.260 2003/09/24 19:05:32 momjian Exp $*/
22

33
/* Copyright comment*/
44
%{
@@ -1499,7 +1499,7 @@ CreateAsElement: ColId { $$ = $1; }
14991499
*****************************************************************************/
15001500

15011501
CreateSeqStmt:CREATEOptTempSEQUENCEqualified_nameOptSeqList
1502-
{$$ = cat_str(4, make_str("create sequence"),$2,$4,$5); }
1502+
{$$ = cat_str(4, make_str("create"),$2, make_str("sequence"),$4,$5); }
15031503
;
15041504

15051505
AlterSeqStmt:ALTERSEQUENCEqualified_nameOptSeqList

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp