]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/db/postgresql/postgresql.factor
basis: ERROR: changes.
[factor.git] / basis / db / postgresql / postgresql.factor
index 12acded9c068aabd250152d09c810a10a44bec3b..837cd414f57bd828523b6a0db5f27ec436762eab 100644 (file)
@@ -278,7 +278,7 @@ M: postgresql-db-connection compound ( string object -- string' )
         { "default" [ first number>string " " glue ] }
         { "varchar" [ first number>string "(" ")" surround append ] }
         { "references" [ >reference-string ] }
-        [ drop no-compound-found ]
+        [ drop throw-no-compound-found ]
     } case ;
 
 M: postgresql-db-connection parse-db-error