Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-01-22 23:17:46 +0300
committerIan Baum <ibaum@gitlab.com>2018-01-29 21:01:40 +0300
commit8be09a0cce151f47d136809b55c66cf9dba9c2ac (patch)
tree67f4f923f849b3ce9b1c6193a8f6351489bca541 /changelogs
parentf76c0cd173cfc49de77b2e14bf266cfdac183583 (diff)
Merge branch 'fix-postgresql-table-grant' into 'master'
Use has_table_privilege for TRIGGER on PostgreSQL Closes #38634 See merge request gitlab-org/gitlab-ce!16618
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/fix-postgresql-table-grant.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/fix-postgresql-table-grant.yml b/changelogs/unreleased/fix-postgresql-table-grant.yml
new file mode 100644
index 00000000000..1c6559f6f73
--- /dev/null
+++ b/changelogs/unreleased/fix-postgresql-table-grant.yml
@@ -0,0 +1,5 @@
+---
+title: Use has_table_privilege for TRIGGER on PostgreSQL
+merge_request:
+author:
+type: fixed