]> granicus.if.org Git - postgresql/commit
From: Jan Wieck <jwieck@debis.com>
authorMarc G. Fournier <scrappy@hub.org>
Fri, 27 Feb 1998 02:38:15 +0000 (02:38 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Fri, 27 Feb 1998 02:38:15 +0000 (02:38 +0000)
commit877224154d0acd2818e3b6e957128de43dab00e8
tree6c3bf462e6d174df81f8b8a38a3a7ab85a04374d
parent50e4120d5ed5bd371acd8d1d75121456744e6708
From: Jan Wieck <jwieck@debis.com>

    I thought it would be a good idea to ensure that the new view
    permission  model  will  not   get   broken   by   subsequent
    fixes/changes. So I wrote a little regression test for it.

    There  is  an  ugly thing in this regression test. It creates
    temporary a test user that is required  for  the  tests.  The
    user  is removed at the end of the test, but if sometimes the
    regression suite is aborted or crashes exactly here, the test
    user will lay around in the pg_shadow.  Don't have a clue how
    to get around.
src/test/regress/expected/view_perms.out [new file with mode: 0644]
src/test/regress/sql/view_perms.sql [new file with mode: 0644]