Changes between Version 15 and Version 16 of v6/pgsummary


Ignore:
Timestamp:
05/04/2012 11:24:06 AM (14 years ago)
Author:
lisiliang
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • v6/pgsummary

    v15 v16  
    192192}}} 
    193193 
     194*  ent_question 表 question_contact 字段存贮有二进制数据 
     195{{{ 
     196question_contact 字段 存有二进制数据00  , 在文本下表现为可打印字段^@ (linux  ctl+v+2)  
     197@ 在pg里是运算符导致问题?  
     198pg报错: ERROR:  VALUES lists must all be the same length at character 16690 
     199 
     200初步查明,这些数据都为历史数据,新数据已经没有这个字段的输入了。 
     201  
     202详细描述:  
     203http://bbs.pconline.cn/topic-2164.html 
     204}}} 
     205