blob: e994026f4b8a5095c439b0e81cea1e3ddd691d75 (
plain) (
blame)
1
2
3
4
5
6
7
|
/* postgres can not */
/* syntax version 1 */
/* custom error: does not exist*/
pragma yt.ViewIsolation = 'true';
USE plato;
PRAGMA library('mylib.sql');
SELECT k, s, v FROM Input VIEW file_outer_library;
|