Simplified tests

This commit is contained in:
Andrew Kane
2022-12-08 22:11:49 -08:00
parent fab7b50c3a
commit f77b044303
21 changed files with 1 additions and 45 deletions

View File

@@ -1,6 +1,3 @@
SET client_min_messages = warning;
CREATE EXTENSION IF NOT EXISTS vector;
SELECT ARRAY[1,2,3]::vector;
SELECT ARRAY[1.0,2.0,3.0]::vector;
SELECT ARRAY[1,2,3]::float4[]::vector;