olivier-derom commented on issue #3108:
URL: https://github.com/apache/flink-cdc/issues/3108#issuecomment-1980957733

   I figured this is a limitation of Postgres and not Flink-CDC, so tried to 
create my own min(uuid, uuid) and max(uuid, uuid) as well as aggregate 
min(uuid) and max(uuid).
   They work perfectly when I execute the SQL statement myself on the database, 
but Flink-CDC still says 'function min(uuid) does not exist'.
   Does it somehow not have access to custom functions?
   The database connection in Flink-CDC is made using the same credentials as I 
created the function with, so the user should have access.


-- 
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: commits-unsubscr...@flink.apache.org

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

Reply via email to