GitHub user wgmayer0 added a comment to the discussion: Simplify this query and remove redundancy
``` postgres=# SELECT extname, extversion FROM pg_extension WHERE extname = 'age'; extname | extversion ---------+------------ age | 1.5.0 (1 row) postgres=# ``` GitHub link: https://github.com/apache/age/discussions/2226#discussioncomment-14568668 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
