summaryrefslogtreecommitdiff
path: root/src/interfaces/ecpg
diff options
context:
space:
mode:
authorMarc G. Fournier1998-02-21 06:32:15 +0000
committerMarc G. Fournier1998-02-21 06:32:15 +0000
commit7b30490bc9cebef913f6f95cd0487a3c6989dafa (patch)
treea826fdf123b0782acf3c114f8b4287fd3f774015 /src/interfaces/ecpg
parent734328840c636d056d6d0a20bdde2af317d4e110 (diff)
First step done,
below is the patch to have views to override the permission checks for the accessed tables. Now we can do the following: CREATE VIEW db_user AS SELECT usename, usesysid, usecreatedb, usetrace, usecatupd, '**********'::text as passwd, valuntil FROM pg_user; REVOKE ALL ON pg_user FROM public; REVOKE ALL ON db_user FROM public; GRANT SELECT ON db_user TO public;
Diffstat (limited to 'src/interfaces/ecpg')
-rw-r--r--src/interfaces/ecpg/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interfaces/ecpg/Makefile b/src/interfaces/ecpg/Makefile
index 7c2df8122ea..ee99aaeab50 100644
--- a/src/interfaces/ecpg/Makefile
+++ b/src/interfaces/ecpg/Makefile
@@ -1,7 +1,5 @@
SUBDIRS = include lib preproc doc
all install uninstall clean:
- $(MAKE) -C include $@
$(MAKE) -C lib $@
$(MAKE) -C preproc $@
-# $(MAKE) -C doc $@