Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
Postgres FD Implementation
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Abuhujair Javed
Postgres FD Implementation
Commits
9ba978c8
Commit
9ba978c8
authored
Apr 24, 2015
by
Peter Eisentraut
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix misspellings
Amit Langote and Thom Brown
parent
cb087ec0
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
doc/src/sgml/ddl.sgml
doc/src/sgml/ddl.sgml
+1
-1
src/test/regress/expected/updatable_views.out
src/test/regress/expected/updatable_views.out
+1
-1
src/test/regress/sql/updatable_views.sql
src/test/regress/sql/updatable_views.sql
+1
-1
No files found.
doc/src/sgml/ddl.sgml
View file @
9ba978c8
...
@@ -1553,7 +1553,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
...
@@ -1553,7 +1553,7 @@ REVOKE ALL ON accounts FROM PUBLIC;
both
.
The
commands
available
are
<
literal
>
ALL
</
literal
>,
both
.
The
commands
available
are
<
literal
>
ALL
</
literal
>,
<
literal
>
SELECT
</>,
<
literal
>
INSERT
</>,
<
literal
>
UPDATE
</>,
and
<
literal
>
SELECT
</>,
<
literal
>
INSERT
</>,
<
literal
>
UPDATE
</>,
and
<
literal
>
DELETE
</>.
Multiple
roles
can
be
assigned
to
a
given
policy
<
literal
>
DELETE
</>.
Multiple
roles
can
be
assigned
to
a
given
policy
and
normal
role
membership
and
inhe
i
ritance
rules
apply
.
and
normal
role
membership
and
inheritance
rules
apply
.
</
para
>
</
para
>
<
para
>
<
para
>
...
...
src/test/regress/expected/updatable_views.out
View file @
9ba978c8
...
@@ -2017,7 +2017,7 @@ SELECT * FROM base_tbl;
...
@@ -2017,7 +2017,7 @@ SELECT * FROM base_tbl;
DROP TABLE base_tbl CASCADE;
DROP TABLE base_tbl CASCADE;
NOTICE: drop cascades to view rw_view1
NOTICE: drop cascades to view rw_view1
-- security barrier view based on inhe
i
ritance set
-- security barrier view based on inheritance set
CREATE TABLE t1 (a int, b float, c text);
CREATE TABLE t1 (a int, b float, c text);
CREATE INDEX t1_a_idx ON t1(a);
CREATE INDEX t1_a_idx ON t1(a);
INSERT INTO t1
INSERT INTO t1
...
...
src/test/regress/sql/updatable_views.sql
View file @
9ba978c8
...
@@ -958,7 +958,7 @@ SELECT * FROM base_tbl;
...
@@ -958,7 +958,7 @@ SELECT * FROM base_tbl;
DROP
TABLE
base_tbl
CASCADE
;
DROP
TABLE
base_tbl
CASCADE
;
-- security barrier view based on inhe
i
ritance set
-- security barrier view based on inheritance set
CREATE
TABLE
t1
(
a
int
,
b
float
,
c
text
);
CREATE
TABLE
t1
(
a
int
,
b
float
,
c
text
);
CREATE
INDEX
t1_a_idx
ON
t1
(
a
);
CREATE
INDEX
t1_a_idx
ON
t1
(
a
);
INSERT
INTO
t1
INSERT
INTO
t1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment