mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* Postgresql: Support tables from non-default schema - Add support for schema-qualified table names. - Partially resolve an issue where the column type of a table from the wrong schema with the same table name was incorrectly used. Now limited to tables of schemas within the search_path. * Support schema in raw query editor --------- Co-authored-by: Zoltán Bedi <zoltan.bedi@gmail.com>