Teach sepgsql about database labels.
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| contrib/sepgsql/database.c | added | +88 −0 |
| contrib/sepgsql/hooks.c | modified | +5 −0 |
| contrib/sepgsql/label.c | modified | +22 −4 |
| contrib/sepgsql/Makefile | modified | +1 −1 |
| contrib/sepgsql/schema.c | modified | +6 −8 |
| contrib/sepgsql/sepgsql.h | modified | +6 −0 |