mirror of
https://github.com/levinsv/pgadmin3.git
synced 2026-05-15 22:02:24 -06:00
buf fix sort and procedure
This commit is contained in:
parent
ae8ca667e7
commit
9b97fa1dcf
7 changed files with 26 additions and 7 deletions
|
|
@ -458,8 +458,8 @@ wxString pgProcedure::GetSql(ctlTree *browser)
|
|||
|
||||
if (GetArgListWithNames().IsEmpty())
|
||||
{
|
||||
qtName = GetQuotedFullIdentifier();
|
||||
qtSig = GetQuotedFullIdentifier();
|
||||
qtName = GetQuotedFullIdentifier()+wxT("()");
|
||||
qtSig = GetQuotedFullIdentifier()+wxT("()");
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue