mohayu22 opened a new issue, #718:
URL: https://github.com/apache/age/issues/718
**Bug Description:**
I ran a query on my graph using the following code:
`SELECT * FROM cypher('demo_graph') as (v agtype);`
However, I forgot to include the query argument for the Cypher function. As
a result, the server closed the connection unexpectedly, and I received the
error message.
```
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.
```
**Expected Result:**
I was expecting an exception to be raised (throw an Error) instead of the
connection being terminated.
**Setup:**
Command Line: start postgres with pg_ctl --> connect to database with psql
**Environment:**
PostgreSQL v11.18 | Latest Apache Age | Ubuntu 20.04.5 LTS
--
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]