typo or C&P error
Started by Weiping Healmost 25 years ago2 messagespatches
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
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