Chris Benninger
08/12/2020, 8:53 PMnyanshak
08/12/2020, 9:07 PMfritz
08/13/2020, 12:48 PMWHEN platform = 'darwin' THEN (SELECT local_hostname FROM system_info) WHEN platform = 'windows' THEN (SELECT value from registry...)
) the query planner will issue an error if a table is specified in the query plan that is not compatible with the host device.seph
08/13/2020, 1:45 PMfritz
08/13/2020, 1:52 PMseph
08/13/2020, 1:53 PMChris Benninger
08/13/2020, 5:03 PM