dbTalk Databases Forums  

[BUGS] BUG #1742: long tables can NOT be updated via "rcv:menu" or sql command line

mailing.database.pgsql-bugs mailing.database.pgsql-bugs


Discuss [BUGS] BUG #1742: long tables can NOT be updated via "rcv:menu" or sql command line in the mailing.database.pgsql-bugs forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Wade Zhang
 
Posts: n/a

Default [BUGS] BUG #1742: long tables can NOT be updated via "rcv:menu" or sql command line - 07-01-2005 , 08:19 AM







The following bug has been logged online:

Bug reference: 1742
Logged by: Wade Zhang
Email address: wxzhang (AT) lucent (DOT) com
PostgreSQL version: on MAS n440aa1
Operating system: SUN solaris
Description: long tables can NOT be updated via "rcv:menu" or sql
command line
Details:

Now we encountered a problem that database can not be updated from
rcv:menu,spa form or PostgreSQL command line if the table length exceeds a
threshold, we are not sure the real value of this threshold.
In summary, a short record can be updated correctly, and a long record
update always failed with error message "No Tuples Found".
I am afraid that there is a lenght limit on PostgreSQL interface.
However, the database can be updated correctly via an executable .sql file,
with header of "psql -h pglocalhost -U scncraft <<!eof" and end of "COMMIT;
!eof".

The MAS lab in use is N440AA1, you can try to verify the above issues.
rcv:menu,spa->100->3
(1) a short table, Discount_Plan_tbl (the number is 30), can be updated
correctly.
(2) a long table, Counter_Definition_tbl (the number is 16), can NOT be
updated, and failed with "No Tuples Found".
And you can also try any other tables with length of more than 48
records(three pages display) and less than 32 pages(two pages display).
All the short tables can be updated and long tables can NOT.

Furthermroe, all these tables can be updated via an executable .sql file.

We guest the database interface via "rcv:menu,spa" is not implemented
properly.

Hope DB team can fix it as soon as possbile since such a problem blocked the
whole testing work of the whole project.

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to majordomo (AT) postgresql (DOT) org)

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.