jrgemignani commented on issue #1837:
URL: https://github.com/apache/age/issues/1837#issuecomment-2207291138
@dhilst I was able to reproduce it, see below. I will try to find a
resolution.
```
psql-16.2-5432-psql=# drop extension age; create extension age; load 'age';
set search_path TO ag_catalog;
DROP EXTENSION
CREATE EXTENSION
LOAD
SET
psql-16.2-5432-psql=# \dx age
List of installed extensions
Name | Version | Schema | Description
------+---------+------------+------------------------
age | 1.5.0 | ag_catalog | AGE database extension
(1 row)
psql-16.2-5432-psql=# select create_graph('test_graph');
NOTICE: graph "test_graph" has been created
create_graph
--------------
(1 row)
psql-16.2-5432-psql=# select load_labels_from_file('test_graph', 'Cities',
'/home/jgemignani/POSTGRESQL/cities.csv');
ERROR: label_id must be 1 .. 65535
psql-16.2-5432-psql=#
```
--
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]