1
0
mirror of https://github.com/vrana/adminer.git synced 2025-08-28 08:39:53 +02:00

PostgreSQL: Fix current schema in view definition

This commit is contained in:
Ivan Masár
2020-05-31 23:40:51 +02:00
committed by Jakub Vrana
parent 6f972ff9ab
commit 96be913994
2 changed files with 2 additions and 1 deletions

View File

@@ -3,6 +3,7 @@ Elasticsearch, ClickHouse: Do not print response if HTTP code is not 200
MySQL: Do not export names in quotes with sql_mode='ANSI_QUOTES' (bug #749)
PostgreSQL: Export all FKs after all CREATE TABLE (PR #351)
PostgreSQL: Fix dollar-quoted syntax highlighting (bug #738)
PostgreSQL: Do not show view definition from other schema (PR #392)
PostgreSQL 10: Support GENERATED ALWAYS BY IDENTITY (PR #386)
Re-enable PHP warnings (regression from 4.7.8)