mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Remove schema prefix from PostgreSQL tables in tree
This commit is contained in:
@ -7489,7 +7489,7 @@ begin
|
||||
CellText := CellText + ' (' + FormatNumber(Sender.ChildCount[Node]) + ')';
|
||||
end;
|
||||
lntTable..lntEvent: begin
|
||||
if DBObj.Schema <> '' then
|
||||
if (DBObj.Schema <> '') and (DBObj.Connection.Parameters.NetTypeGroup = ngMSSQL) then
|
||||
CellText := DBObj.Schema + '.' + DBObj.Name
|
||||
else
|
||||
CellText := DBObj.Name;
|
||||
|
Reference in New Issue
Block a user