AlexanderSaydakov commented on issue #66:
URL:
https://github.com/apache/datasketches-postgresql/issues/66#issuecomment-1583137815
I don't see how this is possible. This function existed in 1.3.0, and the
upgrade script replaces it with a new version.
You may want to look at the list of functions like this:
```
SELECT routine_name
FROM information_schema.routines
WHERE routine_type='FUNCTION'
AND specific_schema='public'
AND routine_name LIKE 'cpc_%';
```
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]