typo or C&P error

Started by Weiping Healmost 25 years ago2 messagespatches
Jump to latest
#1Weiping He
laser@zhengmai.com.cn

while translating the backend's po file, there a typo:
pgsql/src/backend/tcop/utility.c, line 313, the message :
"TRUNCATE cannot be used on views. '%s' is a sequence", the last word
should be 'view' I think,
not 'sequence'.

regards laser

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Weiping He (#1)
Re: typo or C&P error

Weiping He <laser@zhengmai.com.cn> writes:

while translating the backend's po file, there a typo:
pgsql/src/backend/tcop/utility.c, line 313, the message :
"TRUNCATE cannot be used on views. '%s' is a sequence", the last word
should be 'view' I think, not 'sequence'.

Yup, you're right. Fixed; thanks!

regards, tom lane