update pgAdmin3.exe.

Добавлена возможность просмотра объектов БД в контекстной справке.
This commit is contained in:
lsv 2025-11-21 21:30:21 +05:00
parent efc1eb376e
commit 4fbb10631a
4 changed files with 5 additions and 4 deletions

View file

@ -474,6 +474,7 @@
<ClCompile Include="utils\factory.cpp" />
<ClCompile Include="utils\dlgTransformText.cpp" />
<ClCompile Include="utils\favourites.cpp" />
<ClCompile Include="utils\FunctionPGHelper.cpp" />
<ClCompile Include="utils\json\jsonreader.cpp" />
<ClCompile Include="utils\WaitSample.cpp" />
<ClCompile Include="utils\json\jsonval.cpp" />
@ -490,7 +491,6 @@
<ClCompile Include="utils\sysLogger.cpp" />
<ClCompile Include="utils\sysProcess.cpp" />
<ClCompile Include="utils\sysSettings.cpp" />
<ClInclude Include="utils\FunctionPGHelper.cpp" />
<ClCompile Include="utils\tabcomplete.c">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
</PrecompiledHeader>

View file

@ -808,9 +808,6 @@
<ClCompile Include="utils\csvfiles.cpp">
<Filter>utils</Filter>
</ClCompile>
<ClInclude Include="utils\FunctionPGHelper.cpp">
<Filter>utils</Filter>
</ClInclude>
<ClCompile Include="utils\factory.cpp">
<Filter>utils</Filter>
</ClCompile>
@ -1716,6 +1713,7 @@
<ClCompile Include="utils\PreviewHtml.cpp">
<Filter>utils</Filter>
</ClCompile>
<ClCompile Include="utils\FunctionPGHelper.cpp" />
</ItemGroup>
<ItemGroup>
<None Include="agent\module.mk">

View file

@ -10,4 +10,7 @@
</LocalDebuggerCommandArguments>
<DebuggerFlavor>WindowsLocalDebugger</DebuggerFlavor>
</PropertyGroup>
<PropertyGroup>
<ShowAllFiles>false</ShowAllFiles>
</PropertyGroup>
</Project>

Binary file not shown.