rohity60 commented on issue #33765:
URL: 
https://github.com/apache/shardingsphere/issues/33765#issuecomment-3626756895

   Facing similar issue with
   
   2025-12-08 10:54:59.209 [ShardingSphere-Command-2] DEBUG 
o.a.s.p.f.c.CommandExecutorTask - Exception occur: 
   
org.apache.shardingsphere.sqlfederation.optimizer.exception.SQLFederationUnsupportedSQLException:
 SQL federation does not support SQL 'SELECT nspname AS "TABLE_SCHEM", 
current_database() AS "TABLE_CATALOG" FROM pg_catalog.pg_namespace  WHERE 
nspname <> 'pg_toast' AND (nspname !~ '^pg_temp_'  OR nspname = 
(pg_catalog.current_schemas(true))[1]) AND (nspname !~ '^pg_toast_temp_'  OR 
nspname = replace((pg_catalog.current_schemas(true))[1], 'pg_temp_', 
'pg_toast_temp_'))  ORDER BY "TABLE_SCHEM"'


-- 
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]

Reply via email to