You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@age.apache.org by "fatimafatimaprogrammer (via GitHub)" <gi...@apache.org> on 2023/02/18 13:21:25 UTC

[GitHub] [age] fatimafatimaprogrammer commented on issue #644: entry_id error while loading csv

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: dev-unsubscribe@age.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org