Fix #399 insert records in tables with no SELECT privileges
This commit is contained in:
Vendored
+9
@@ -500,6 +500,15 @@ CREATE TABLE nullable_integer (
|
||||
);
|
||||
|
||||
|
||||
--
|
||||
-- Name: insertonly; Type: TABLE; Schema: test; Owner: -
|
||||
--
|
||||
|
||||
CREATE TABLE insertonly (
|
||||
v text NOT NULL
|
||||
);
|
||||
|
||||
|
||||
--
|
||||
-- Name: projects; Type: TABLE; Schema: test; Owner: -
|
||||
--
|
||||
|
||||
Reference in New Issue
Block a user