mirror of
https://github.com/postgres/postgres.git
synced 2025-09-02 04:21:28 +03:00
contrib/lo: Add test for function lo_oid()
Author: Ronan Dunklau Discussion: https://postgr.es/m/ZzMSJkiNZhimjXWx@paquier.xyz
This commit is contained in:
@@ -27,4 +27,6 @@ DELETE FROM image;
|
||||
|
||||
SELECT lo_get(43214);
|
||||
|
||||
SELECT lo_oid(1::lo);
|
||||
|
||||
DROP TABLE image;
|
||||
|
Reference in New Issue
Block a user