1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-20 15:22:23 +03:00

lo: Add test suite

Reviewed-by: David Steele <david@pgmasters.net>
This commit is contained in:
Peter Eisentraut
2017-08-11 21:04:04 -04:00
parent 6141123a82
commit 4cb89d8306
5 changed files with 74 additions and 1 deletions

View File

@ -67,7 +67,7 @@
</para>
<programlisting>
CREATE TABLE image (title TEXT, raster lo);
CREATE TABLE image (title text, raster lo);
CREATE TRIGGER t_raster BEFORE UPDATE OR DELETE ON image
FOR EACH ROW EXECUTE PROCEDURE lo_manage(raster);