fatimafatimaprogrammer commented on issue #644:
URL: https://github.com/apache/age/issues/644#issuecomment-1435668569

   According on the error messages you supplied, there appears to be a problem 
with the label id and entry id values when attempting to import data from CSV 
files into the 'neurond' database.
   
   The error messages suggest that the label id must be between 1 and 65535 and 
the entry id must be between 1 and 281474976710655.
   It's possible that the values in your CSV files are outside of the permitted 
ranges, creating the errors.
   
   One possible option noted in the comments is to apply a PostgreSQL 11 patch.
   It's vital to note that keeping your database software up to date with the 
newest patches and upgrades is typically a good idea, since these frequently 
include critical bug fixes and security improvements. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to