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

Commitc781600

Browse files
committed
Fix typo in error message. Noted by laser@zhengmai.com.cn.
1 parent2034086 commitc781600

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/tcop/utility.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
*
1111
*
1212
* IDENTIFICATION
13-
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.118 2001/09/18 01:59:06 tgl Exp $
13+
* $Header: /cvsroot/pgsql/src/backend/tcop/utility.c,v 1.119 2001/10/09 14:00:22 tgl Exp $
1414
*
1515
*-------------------------------------------------------------------------
1616
*/
@@ -310,7 +310,7 @@ ProcessUtility(Node *parsetree,
310310
elog(ERROR,"TRUNCATE cannot be used on sequences. '%s' is a sequence",
311311
relname);
312312
if (rel->rd_rel->relkind==RELKIND_VIEW)
313-
elog(ERROR,"TRUNCATE cannot be used on views. '%s' is asequence",
313+
elog(ERROR,"TRUNCATE cannot be used on views. '%s' is aview",
314314
relname);
315315
heap_close(rel,NoLock);
316316

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp