Teach sepgsql about database labels.
authorRobert Haas <rhaas@postgresql.org>
Fri, 23 Sep 2011 21:09:34 +0000 (17:09 -0400)
committerRobert Haas <rhaas@postgresql.org>
Fri, 23 Sep 2011 21:09:34 +0000 (17:09 -0400)
commit291873c1554ceecc71a81c25aef4f1260c15c222
treef664ac2dd332d3184cf55262454d7c3aafd5d2c4
parenta5e94ea52b002a049ffa52849f2958c096cc0f92
Teach sepgsql about database labels.

This is still a bit of a hack, but it's better than the old way, for sure.

KaiGai Kohei, with one change by me to make it compile
contrib/sepgsql/Makefile
contrib/sepgsql/database.c [new file with mode: 0644]
contrib/sepgsql/hooks.c
contrib/sepgsql/label.c
contrib/sepgsql/schema.c
contrib/sepgsql/sepgsql.h