jrgemignani commented on issue #1124:
URL: https://github.com/apache/age/issues/1124#issuecomment-1669875251
@yurifari Verified -
```
psql-15.3-5432-pgsql=# select * from user;
user
------------
jgemignani
(1 row)
psql-15.3-5432-pgsql=# drop extension age cascade; create extension age;
load 'age'; set search_path TO ag_catalog;
ERROR: extension "age" does not exist
CREATE EXTENSION
LOAD
SET
psql-15.3-5432-pgsql=# select * from user;
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
The connection to the server was lost. Attempting reset: Failed.
!?>
```
--
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]