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
76e9ad1f
Commit
76e9ad1f
authored
Jun 12, 2001
by
Bruce Momjian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back out has_table_privilege patch.
parent
3c3ff428
Changes
7
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
6 additions
and
826 deletions
+6
-826
doc/TODO
doc/TODO
+1
-1
src/backend/utils/adt/acl.c
src/backend/utils/adt/acl.c
+1
-756
src/include/catalog/pg_proc.h
src/include/catalog/pg_proc.h
+1
-30
src/include/utils/acl.h
src/include/utils/acl.h
+1
-17
src/include/utils/builtins.h
src/include/utils/builtins.h
+1
-19
src/test/regress/parallel_schedule
src/test/regress/parallel_schedule
+0
-1
src/test/regress/serial_schedule
src/test/regress/serial_schedule
+1
-2
No files found.
doc/TODO
View file @
76e9ad1f
TODO list for PostgreSQL
TODO list for PostgreSQL
========================
========================
Last updated: Tue Jun 12 12:18:
04
EDT 2001
Last updated: Tue Jun 12 12:18:
18
EDT 2001
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
Current maintainer: Bruce Momjian (pgman@candle.pha.pa.us)
...
...
src/backend/utils/adt/acl.c
View file @
76e9ad1f
This diff is collapsed.
Click to expand it.
src/include/catalog/pg_proc.h
View file @
76e9ad1f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: pg_proc.h,v 1.19
0 2001/06/12 15:58:34
momjian Exp $
* $Id: pg_proc.h,v 1.19
1 2001/06/12 16:34:26
momjian Exp $
*
*
* NOTES
* NOTES
* The script catalog/genbki.sh reads this file and generates .bki
* The script catalog/genbki.sh reads this file and generates .bki
...
@@ -2627,35 +2627,6 @@ DESCR("unary plus");
...
@@ -2627,35 +2627,6 @@ DESCR("unary plus");
DATA
(
insert
OID
=
1915
(
numeric_uplus
PGUID
12
f
t
t
t
1
f
1700
"1700"
100
0
0
100
numeric_uplus
-
));
DATA
(
insert
OID
=
1915
(
numeric_uplus
PGUID
12
f
t
t
t
1
f
1700
"1700"
100
0
0
100
numeric_uplus
-
));
DESCR
(
"unary plus"
);
DESCR
(
"unary plus"
);
DATA
(
insert
OID
=
1920
(
has_table_privilege
PGUID
12
f
t
f
t
3
f
16
"25 25 25"
100
0
0
100
has_table_privilege_tname_tname
-
));
DESCR
(
"user privilege on relation by text username, text relname"
);
DATA
(
insert
OID
=
1921
(
has_table_privilege
PGUID
12
f
t
f
t
3
f
16
"25 19 25"
100
0
0
100
has_table_privilege_tname_name
-
));
DESCR
(
"user privilege on relation by text username, name relname"
);
DATA
(
insert
OID
=
1922
(
has_table_privilege
PGUID
12
f
t
f
t
3
f
16
"19 25 25"
100
0
0
100
has_table_privilege_name_tname
-
));
DESCR
(
"user privilege on relation by name username, text relname"
);
DATA
(
insert
OID
=
1923
(
has_table_privilege
PGUID
12
f
t
f
t
3
f
16
"19 19 25"
100
0
0
100
has_table_privilege_name_name
-
));
DESCR
(
"user privilege on relation by name username, name relname"
);
DATA
(
insert
OID
=
1924
(
has_table_privilege
PGUID
12
f
t
f
t
2
f
16
"25 25"
100
0
0
100
has_table_privilege_tname
-
));
DESCR
(
"current user privilege on relation by text relname"
);
DATA
(
insert
OID
=
1925
(
has_table_privilege
PGUID
12
f
t
f
t
2
f
16
"19 25"
100
0
0
100
has_table_privilege_name
-
));
DESCR
(
"current user privilege on relation by name relname"
);
DATA
(
insert
OID
=
1926
(
has_table_privilege
PGUID
12
f
t
f
t
3
f
16
"25 26 25"
100
0
0
100
has_table_privilege_tname_id
-
));
DESCR
(
"user privilege on relation by text username, rel oid"
);
DATA
(
insert
OID
=
1927
(
has_table_privilege
PGUID
12
f
t
f
t
3
f
16
"19 26 25"
100
0
0
100
has_table_privilege_name_id
-
));
DESCR
(
"user privilege on relation by text username, rel oid"
);
DATA
(
insert
OID
=
1928
(
has_table_privilege
PGUID
12
f
t
f
t
2
f
16
"26 25"
100
0
0
100
has_table_privilege_id
-
));
DESCR
(
"current user privilege on relation by rel oid"
);
DATA
(
insert
OID
=
1929
(
has_table_privilege
PGUID
12
f
t
f
t
3
f
16
"26 25 25"
100
0
0
100
has_table_privilege_id_tname
-
));
DESCR
(
"user privilege on relation by usesysid, relname"
);
DATA
(
insert
OID
=
1930
(
has_table_privilege
PGUID
12
f
t
f
t
3
f
16
"26 19 25"
100
0
0
100
has_table_privilege_id_name
-
));
DESCR
(
"user privilege on relation by usesysid, relname"
);
DATA
(
insert
OID
=
1931
(
has_table_privilege
PGUID
12
f
t
f
t
3
f
16
"26 26 25"
100
0
0
100
has_table_privilege_id_id
-
));
DESCR
(
"user privilege on relation by usesysid, rel oid"
);
/*
/*
* prototypes for functions pg_proc.c
* prototypes for functions pg_proc.c
*/
*/
...
...
src/include/utils/acl.h
View file @
76e9ad1f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: acl.h,v 1.3
5 2001/06/12 15:58:34
momjian Exp $
* $Id: acl.h,v 1.3
6 2001/06/12 16:34:27
momjian Exp $
*
*
* NOTES
* NOTES
* For backward-compatibility purposes we have to allow there
* For backward-compatibility purposes we have to allow there
...
@@ -191,22 +191,6 @@ extern Datum aclcontains(PG_FUNCTION_ARGS);
...
@@ -191,22 +191,6 @@ extern Datum aclcontains(PG_FUNCTION_ARGS);
extern
const
char
*
aclparse
(
const
char
*
s
,
AclItem
*
aip
,
unsigned
*
modechg
);
extern
const
char
*
aclparse
(
const
char
*
s
,
AclItem
*
aip
,
unsigned
*
modechg
);
extern
char
*
makeAclString
(
const
char
*
privileges
,
const
char
*
grantee
,
char
grant_or_revoke
);
extern
char
*
makeAclString
(
const
char
*
privileges
,
const
char
*
grantee
,
char
grant_or_revoke
);
extern
Datum
has_table_privilege_tname_tname
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_tname_name
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_name_tname
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_name_name
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_tname
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_name
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_tname_id
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_name_id
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_id
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_id_tname
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_id_name
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_id_id
(
PG_FUNCTION_ARGS
);
/*
/*
* prototypes for functions in aclchk.c
* prototypes for functions in aclchk.c
*/
*/
...
...
src/include/utils/builtins.h
View file @
76e9ad1f
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
* Portions Copyright (c) 1994, Regents of the University of California
*
*
* $Id: builtins.h,v 1.15
1 2001/06/12 15:58:34
momjian Exp $
* $Id: builtins.h,v 1.15
2 2001/06/12 16:34:27
momjian Exp $
*
*
*-------------------------------------------------------------------------
*-------------------------------------------------------------------------
*/
*/
...
@@ -22,24 +22,6 @@
...
@@ -22,24 +22,6 @@
/*
/*
* Defined in adt/
* Defined in adt/
*/
*/
/* acl.c */
extern
Datum
has_table_privilege_tname_tname
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_tname_name
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_name_tname
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_name_name
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_tname
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_name
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_tname_id
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_name_id
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_id
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_id_tname
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_id_name
(
PG_FUNCTION_ARGS
);
extern
Datum
has_table_privilege_id_id
(
PG_FUNCTION_ARGS
);
/* bool.c */
/* bool.c */
extern
Datum
boolin
(
PG_FUNCTION_ARGS
);
extern
Datum
boolin
(
PG_FUNCTION_ARGS
);
extern
Datum
boolout
(
PG_FUNCTION_ARGS
);
extern
Datum
boolout
(
PG_FUNCTION_ARGS
);
...
...
src/test/regress/parallel_schedule
View file @
76e9ad1f
...
@@ -62,7 +62,6 @@ ignore: random
...
@@ -62,7 +62,6 @@ ignore: random
test: select_into select_distinct select_distinct_on select_implicit select_having subselect union case join aggregates transactions random portals arrays btree_index hash_index
test: select_into select_distinct select_distinct_on select_implicit select_having subselect union case join aggregates transactions random portals arrays btree_index hash_index
test: privileges
test: privileges
test: has_table_priv
test: misc
test: misc
# ----------
# ----------
...
...
src/test/regress/serial_schedule
View file @
76e9ad1f
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.
5 2001/06/12 15:58:34
momjian Exp $
# $Header: /cvsroot/pgsql/src/test/regress/serial_schedule,v 1.
6 2001/06/12 16:34:27
momjian Exp $
# This should probably be in an order similar to parallel_schedule.
# This should probably be in an order similar to parallel_schedule.
test: boolean
test: boolean
test: char
test: char
...
@@ -69,7 +69,6 @@ test: arrays
...
@@ -69,7 +69,6 @@ test: arrays
test: btree_index
test: btree_index
test: hash_index
test: hash_index
test: privileges
test: privileges
test: has_table_priv
test: misc
test: misc
test: select_views
test: select_views
test: alter_table
test: alter_table
...
...
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