File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ INSERT INTO lotest_stash_values (loid) SELECT lo_creat(42);
5050BEGIN;
5151-- lo_open(lobjId oid, mode integer) returns integer
5252-- The mode parameter to lo_open uses two constants:
53- -- INV_READ = 0x20000
54- -- INV_WRITE = 0x40000
53+ -- INV_WRITE = 0x20000
54+ -- INV_READ = 0x40000
5555-- The return value is a file descriptor-like value which remains valid for the
5656-- transaction.
5757UPDATE lotest_stash_values SET fd = lo_open(loid, CAST(x'20000' | x'40000' AS integer));
Original file line number Diff line number Diff line change @@ -50,8 +50,8 @@ INSERT INTO lotest_stash_values (loid) SELECT lo_creat(42);
5050BEGIN;
5151-- lo_open(lobjId oid, mode integer) returns integer
5252-- The mode parameter to lo_open uses two constants:
53- -- INV_READ = 0x20000
54- -- INV_WRITE = 0x40000
53+ -- INV_WRITE = 0x20000
54+ -- INV_READ = 0x40000
5555-- The return value is a file descriptor-like value which remains valid for the
5656-- transaction.
5757UPDATE lotest_stash_values SET fd = lo_open(loid, CAST(x'20000' | x'40000' AS integer));
Original file line number Diff line number Diff line change 3434
3535-- lo_open(lobjId oid, mode integer) returns integer
3636-- The mode parameter to lo_open uses two constants:
37- -- INV_READ = 0x20000
38- -- INV_WRITE = 0x40000
37+ -- INV_WRITE = 0x20000
38+ -- INV_READ = 0x40000
3939-- The return value is a file descriptor-like value which remains valid for the
4040-- transaction.
4141UPDATE lotest_stash_values SET fd = lo_open(loid, CAST(x' 20000' | x' 40000' AS integer ));
You can’t perform that action at this time.
0 commit comments