mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to 1.2.0
This commit is contained in:
parent
ca291ad019
commit
a51f6158b4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125854
38 changed files with 246 additions and 990 deletions
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pgadmin3
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= pgadmin3/release/src
|
||||
|
@ -21,8 +20,7 @@ USE_REINPLACE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-wx=${X11BASE}
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (pgadmin3-1.0.2.tar.gz) = 6f0c61d2d0736d057b80a319b8148fd2
|
||||
SIZE (pgadmin3-1.0.2.tar.gz) = 3321033
|
||||
MD5 (pgadmin3-1.2.0.tar.gz) = 09caa00a0249978781215bf3e4ac02b8
|
||||
SIZE (pgadmin3-1.2.0.tar.gz) = 3688790
|
||||
|
|
|
@ -1,66 +1,13 @@
|
|||
--- configure.orig Fri Nov 28 17:36:36 2003
|
||||
+++ configure Fri Nov 26 00:24:05 2004
|
||||
@@ -4844,10 +4844,10 @@
|
||||
echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6
|
||||
WX_HOME=/usr/local/wx2
|
||||
- if test ! -f "${WX_HOME}/include/wx/wx.h"
|
||||
+ if test ! -f "${WX_HOME}/include/wx-2.5/wx/wx.h"
|
||||
then
|
||||
WX_HOME=/usr/local
|
||||
- if test ! -f "${WX_HOME}/include/wx/wx.h"
|
||||
+ if test ! -f "${WX_HOME}/include/wx-2.5/wx/wx.h"
|
||||
then
|
||||
WX_HOME=/usr
|
||||
fi
|
||||
@@ -5017,7 +5017,7 @@
|
||||
LIBS="$LIBS -lwx_gtk2d_stc-${WX_VERSION} -lwx_gtk2d_xrc-${WX_VERSION}"
|
||||
--- configure.orig Tue Nov 30 02:09:55 2004
|
||||
+++ configure Wed Jan 5 19:00:36 2005
|
||||
@@ -5175,6 +5175,10 @@
|
||||
LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION}"
|
||||
LIBS="$LIBS $WX_NEW_LDFLAGS"
|
||||
;;
|
||||
- *wx_gtk2u-*)
|
||||
+ *wx_gtk2u*)
|
||||
LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION} -lwx_gtk2u_xrc-${WX_VERSION}"
|
||||
LIBS="$LIBS $WX_NEW_LDFLAGS"
|
||||
;;
|
||||
@@ -5033,13 +5033,18 @@
|
||||
LIBS="$LIBS -lwx_gtk_stc-${WX_VERSION} -lwx_gtk_xrc-${WX_VERSION}"
|
||||
LIBS="$LIBS $WX_NEW_LDFLAGS"
|
||||
;;
|
||||
+ *wx_gtk2*)
|
||||
+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION} -lwx_gtk2_xrc-${WX_VERSION}"
|
||||
+ *wx_gtk2_core*)
|
||||
+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}"
|
||||
+ LIBS="$LIBS $WX_NEW_LDFLAGS"
|
||||
+ ;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
+ LIBS="$LIBS $PTHREAD_LIBS"
|
||||
|
||||
WX_NEW_CPPFLAGS=`${WX_CONFIG} --cxxflags`
|
||||
- CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -I${WX_HOME}/include"
|
||||
+ CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -I${WX_HOME}/include ${PTHREAD_CFLAGS}"
|
||||
case "${host}" in
|
||||
*-apple-darwin*)
|
||||
CPPFLAGS="$CPPFLAGS -no-cpp-precomp -fno-rtti"
|
||||
@@ -5048,18 +5053,18 @@
|
||||
;;
|
||||
esac
|
||||
wx_wx_h="yes"
|
||||
- if test ! -f "${WX_HOME}/include/wx/version.h"
|
||||
+ if test ! -f "${WX_HOME}/include/wx-2.5/wx/version.h"
|
||||
then
|
||||
wx_wx_h="no"
|
||||
fi
|
||||
- if test ! -f "${WX_HOME}/include/wx/stc/stc.h"
|
||||
+ if test ! -f "${WX_HOME}/include/wx-2.5/wx/stc/stc.h"
|
||||
then
|
||||
{ { echo "$as_me:$LINENO: error: you need to install the stc package from wxWindows/contrib/src/stc" >&5
|
||||
echo "$as_me: error: you need to install the stc package from wxWindows/contrib/src/stc" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
wx_wx_h="no"
|
||||
fi
|
||||
- if test ! -f "${WX_HOME}/include/wx/xrc/xmlres.h"
|
||||
+ if test ! -f "${WX_HOME}/include/wx-2.5/wx/xrc/xmlres.h"
|
||||
then
|
||||
{ { echo "$as_me:$LINENO: error: you need to install the xrc package from wxWindows/contrib/src/xrc" >&5
|
||||
echo "$as_me: error: you need to install the xrc package from wxWindows/contrib/src/xrc" >&2;}
|
||||
+ ;;
|
||||
*wx_gtkud-*)
|
||||
LIBS="$LIBS -lwx_gtkud_stc-${WX_VERSION}"
|
||||
LIBS="$LIBS $WX_NEW_LDFLAGS"
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/include/dlgForeignKey.h.orig Mon Jun 28 01:12:17 2004
|
||||
+++ src/include/dlgForeignKey.h Mon Jun 28 01:12:29 2004
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
void OnChange(wxNotifyEvent &ev);
|
||||
void OnCheckDeferrable(wxNotifyEvent &ev);
|
||||
- void OnSelChangeCol(wxNotifyEvent &ev);
|
||||
+ void OnSelChangeCol(wxListEvent &ev);
|
||||
void OnSelChangeRef(wxNotifyEvent &ev);
|
||||
void OnSelChangeRefCol(wxNotifyEvent &ev);
|
||||
void OnAddRef(wxNotifyEvent &ev);
|
|
@ -1,10 +0,0 @@
|
|||
--- src/include/dlgFunction.h.orig Mon Jun 28 00:49:55 2004
|
||||
+++ src/include/dlgFunction.h Mon Jun 28 00:50:16 2004
|
||||
@@ -33,6 +33,7 @@
|
||||
pgFunction *function;
|
||||
|
||||
void OnChange(wxNotifyEvent &ev);
|
||||
+ void OnChangeStyled(wxStyledTextEvent &ev);
|
||||
void OnSelChangeLanguage(wxNotifyEvent &ev);
|
||||
void OnSelChangeArg(wxNotifyEvent &ev);
|
||||
void OnSelChangeType(wxNotifyEvent &ev);
|
|
@ -1,10 +0,0 @@
|
|||
--- src/include/dlgRule.h.orig Mon Jun 28 00:58:04 2004
|
||||
+++ src/include/dlgRule.h Mon Jun 28 00:58:20 2004
|
||||
@@ -34,6 +34,7 @@
|
||||
wxString oldDefinition;
|
||||
|
||||
void OnChange(wxNotifyEvent &ev);
|
||||
+ void OnChangeStyled(wxStyledTextEvent &ev);
|
||||
|
||||
bool didChange();
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
--- src/include/dlgTable.h.orig Mon Aug 11 17:36:55 2003
|
||||
+++ src/include/dlgTable.h Mon Jun 28 00:41:25 2004
|
||||
@@ -32,19 +32,19 @@
|
||||
pgSchema *schema;
|
||||
pgTable *table;
|
||||
|
||||
- void OnChange(wxNotifyEvent &ev);
|
||||
+ void OnChange(wxCommandEvent &ev);
|
||||
|
||||
- void OnAddTable(wxNotifyEvent &ev);
|
||||
- void OnRemoveTable(wxNotifyEvent &ev);
|
||||
- void OnSelChangeTable(wxListEvent &ev);
|
||||
+ void OnAddTable(wxCommandEvent &ev);
|
||||
+ void OnRemoveTable(wxCommandEvent &ev);
|
||||
+ void OnSelChangeTable(wxCommandEvent &ev);
|
||||
|
||||
- void OnAddCol(wxNotifyEvent &ev);
|
||||
- void OnChangeCol(wxNotifyEvent &ev);
|
||||
- void OnRemoveCol(wxNotifyEvent &ev);
|
||||
+ void OnAddCol(wxCommandEvent &ev);
|
||||
+ void OnChangeCol(wxCommandEvent &ev);
|
||||
+ void OnRemoveCol(wxCommandEvent &ev);
|
||||
void OnSelChangeCol(wxListEvent &ev);
|
||||
|
||||
- void OnAddConstr(wxNotifyEvent &ev);
|
||||
- void OnRemoveConstr(wxNotifyEvent &ev);
|
||||
+ void OnAddConstr(wxCommandEvent &ev);
|
||||
+ void OnRemoveConstr(wxCommandEvent &ev);
|
||||
void OnSelChangeConstr(wxListEvent &ev);
|
||||
|
||||
void FillConstraint();
|
|
@ -1,10 +0,0 @@
|
|||
--- src/include/dlgView.h.orig Mon Jun 28 00:53:54 2004
|
||||
+++ src/include/dlgView.h Mon Jun 28 00:54:12 2004
|
||||
@@ -34,6 +34,7 @@
|
||||
wxString oldDefinition;
|
||||
|
||||
void OnChange(wxNotifyEvent &ev);
|
||||
+ void OnChangeStyled(wxStyledTextEvent &ev);
|
||||
|
||||
ctlSQLBox *sqlBox;
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/include/frmQuery.h.orig Mon Aug 4 04:39:32 2003
|
||||
+++ src/include/frmQuery.h Mon Jun 28 00:41:25 2004
|
||||
@@ -48,7 +48,7 @@
|
||||
void OnSave(wxCommandEvent& event);
|
||||
void OnSaveAs(wxCommandEvent& event);
|
||||
void OnExport(wxCommandEvent& event);
|
||||
- void OnChange(wxNotifyEvent& event);
|
||||
+ void OnChange(wxStyledTextEvent& event);
|
||||
void OnExit(wxCommandEvent& event);
|
||||
void OnRecent(wxCommandEvent& event);
|
||||
void OnCut(wxCommandEvent& event);
|
|
@ -1,12 +0,0 @@
|
|||
--- src/include/frmStatus.h.orig Mon Jun 28 01:16:59 2004
|
||||
+++ src/include/frmStatus.h Mon Jun 28 01:21:48 2004
|
||||
@@ -35,7 +35,9 @@
|
||||
void OnHelp(wxCommandEvent& ev);
|
||||
void OnClose(wxCommandEvent &event);
|
||||
void OnRefresh(wxCommandEvent &event);
|
||||
+ void OnRefreshTimer(wxTimerEvent &event);
|
||||
void OnRateChange(wxCommandEvent &event);
|
||||
+ void OnRateChangeSpin(wxSpinEvent &event);
|
||||
frmMain *mainForm;
|
||||
pgConn *connection;
|
||||
long backend_pid;
|
|
@ -1,11 +0,0 @@
|
|||
--- src/ui/dlgForeignKey.cpp.orig Mon Jun 28 01:12:47 2004
|
||||
+++ src/ui/dlgForeignKey.cpp Mon Jun 28 01:13:06 2004
|
||||
@@ -87,7 +87,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgForeignKey::OnSelChangeCol(wxNotifyEvent &ev)
|
||||
+void dlgForeignKey::OnSelChangeCol(wxListEvent &ev)
|
||||
{
|
||||
btnRemoveRef->Enable();
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
--- src/ui/dlgFunction.cpp.orig Mon Jun 28 00:48:47 2004
|
||||
+++ src/ui/dlgFunction.cpp Mon Jun 28 00:49:42 2004
|
||||
@@ -61,7 +61,7 @@
|
||||
EVT_CHECKBOX(XRCID("chkSecureDefiner"), dlgFunction::OnChange)
|
||||
EVT_TEXT(XRCID("txtObjectFile"), dlgFunction::OnChange)
|
||||
EVT_TEXT(XRCID("txtLinkSymbol"), dlgFunction::OnChange)
|
||||
- EVT_STC_MODIFIED(CTL_SQLBOX, dlgFunction::OnChange)
|
||||
+ EVT_STC_MODIFIED(CTL_SQLBOX, dlgFunction::OnChangeStyled)
|
||||
|
||||
EVT_TEXT(XRCID("cbReturntype"), dlgFunction::OnChange)
|
||||
EVT_TEXT(XRCID("cbDatatype"), dlgFunction::OnSelChangeType)
|
||||
@@ -251,6 +251,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
+
|
||||
+void dlgFunction::OnChangeStyled(wxStyledTextEvent &ev)
|
||||
+{
|
||||
+ OnChange(ev);
|
||||
+}
|
||||
|
||||
void dlgFunction::ReplaceSizer(wxWindow *w, bool isC, int border)
|
||||
{
|
|
@ -1,24 +0,0 @@
|
|||
--- src/ui/dlgRule.cpp.orig Mon Jun 28 00:57:12 2004
|
||||
+++ src/ui/dlgRule.cpp Mon Jun 28 00:57:52 2004
|
||||
@@ -47,7 +47,7 @@
|
||||
EVT_CHECKBOX(XRCID("chkDelete"), dlgRule::OnChange)
|
||||
EVT_CHECKBOX(XRCID("chkDoInstead"), dlgRule::OnChange)
|
||||
EVT_RADIOBOX(XRCID("rbxEvent"), dlgRule::OnChange)
|
||||
- EVT_STC_MODIFIED(CTL_SQLBOX, dlgRule::OnChange)
|
||||
+ EVT_STC_MODIFIED(CTL_SQLBOX, dlgRule::OnChangeStyled)
|
||||
END_EVENT_TABLE();
|
||||
|
||||
|
||||
@@ -166,6 +166,12 @@
|
||||
|
||||
EnableOK(enable);
|
||||
}
|
||||
+}
|
||||
+
|
||||
+
|
||||
+void dlgRule::OnChangeStyled(wxStyledTextEvent &ev)
|
||||
+{
|
||||
+ OnChange(ev);
|
||||
}
|
||||
|
||||
|
|
@ -1,114 +0,0 @@
|
|||
--- src/ui/dlgTable.cpp.orig Tue Oct 7 17:20:42 2003
|
||||
+++ src/ui/dlgTable.cpp Mon Jun 28 00:41:25 2004
|
||||
@@ -491,7 +491,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnChange(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnChange(wxCommandEvent &ev)
|
||||
{
|
||||
if (table)
|
||||
{
|
||||
@@ -520,7 +520,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnAddTable(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnAddTable(wxCommandEvent &ev)
|
||||
{
|
||||
int sel=cbTables->GetSelection();
|
||||
if (sel >= 0)
|
||||
@@ -552,7 +552,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnRemoveTable(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnRemoveTable(wxCommandEvent &ev)
|
||||
{
|
||||
int sel=lbTables->GetSelection();
|
||||
if (sel >= 0)
|
||||
@@ -576,13 +576,13 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnSelChangeTable(wxListEvent &ev)
|
||||
+void dlgTable::OnSelChangeTable(wxCommandEvent &ev)
|
||||
{
|
||||
btnRemoveTable->Enable();
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnChangeCol(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnChangeCol(wxCommandEvent &ev)
|
||||
{
|
||||
long pos=GetListSelected(lstColumns);
|
||||
pgColumn *column=(pgColumn*) StrToLong(GetListText(lstColumns, pos, 4));
|
||||
@@ -596,30 +596,30 @@
|
||||
lstColumns->SetItem(pos, 1, col.GetDefinition());
|
||||
lstColumns->SetItem(pos, 3, col.GetSql());
|
||||
}
|
||||
- wxNotifyEvent event;
|
||||
+ wxCommandEvent event;
|
||||
OnChange(event);
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnAddCol(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnAddCol(wxCommandEvent &ev)
|
||||
{
|
||||
dlgColumn col(mainForm, NULL, table);
|
||||
col.CenterOnParent();
|
||||
col.SetConnection(connection);
|
||||
if (col.Go(true) >= 0)
|
||||
AppendListItem(lstColumns, col.GetName(), col.GetDefinition(), PGICON_COLUMN);
|
||||
- wxNotifyEvent event;
|
||||
+ wxCommandEvent event;
|
||||
OnChange(event);
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnRemoveCol(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnRemoveCol(wxCommandEvent &ev)
|
||||
{
|
||||
lstColumns->DeleteItem(GetListSelected(lstColumns));
|
||||
|
||||
btnRemoveCol->Disable();
|
||||
|
||||
- wxNotifyEvent event;
|
||||
+ wxCommandEvent event;
|
||||
OnChange(event);
|
||||
}
|
||||
|
||||
@@ -634,7 +634,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnAddConstr(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnAddConstr(wxCommandEvent &ev)
|
||||
{
|
||||
int sel=cbConstrType->GetSelection();
|
||||
if (hasPK)
|
||||
@@ -687,12 +687,12 @@
|
||||
break;
|
||||
}
|
||||
}
|
||||
- wxNotifyEvent event;
|
||||
+ wxCommandEvent event;
|
||||
OnChange(event);
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnRemoveConstr(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnRemoveConstr(wxCommandEvent &ev)
|
||||
{
|
||||
int pos=GetListSelected(lstConstraints);
|
||||
if (pos < 0)
|
||||
@@ -711,7 +711,7 @@
|
||||
|
||||
lstConstraints->DeleteItem(pos);
|
||||
btnRemoveConstr->Disable();
|
||||
- wxNotifyEvent event;
|
||||
+ wxCommandEvent event;
|
||||
OnChange(event);
|
||||
}
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
--- src/ui/dlgView.cpp.orig Mon Jun 28 00:52:41 2004
|
||||
+++ src/ui/dlgView.cpp Mon Jun 28 00:53:38 2004
|
||||
@@ -36,7 +36,7 @@
|
||||
BEGIN_EVENT_TABLE(dlgView, dlgSecurityProperty)
|
||||
EVT_TEXT(XRCID("txtName"), dlgView::OnChange)
|
||||
EVT_TEXT(XRCID("txtComment"), dlgView::OnChange)
|
||||
- EVT_STC_MODIFIED(CTL_SQLBOX, dlgView::OnChange)
|
||||
+ EVT_STC_MODIFIED(CTL_SQLBOX, dlgView::OnChangeStyled)
|
||||
END_EVENT_TABLE();
|
||||
|
||||
|
||||
@@ -117,6 +117,12 @@
|
||||
|
||||
EnableOK(enable);
|
||||
}
|
||||
+}
|
||||
+
|
||||
+
|
||||
+void dlgView::OnChangeStyled(wxStyledTextEvent &ev)
|
||||
+{
|
||||
+ OnChange(ev);
|
||||
}
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- src/ui/events.cpp.orig Mon Jun 28 01:22:51 2004
|
||||
+++ src/ui/events.cpp Mon Jun 28 01:22:38 2004
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <wx/imaglist.h>
|
||||
#include <wx/tipdlg.h>
|
||||
#include <wx/stc/stc.h>
|
||||
+#include <wx/spinctrl.h>
|
||||
|
||||
// App headers
|
||||
#include "pgAdmin3.h"
|
|
@ -1,11 +0,0 @@
|
|||
--- src/ui/frmQuery.cpp.orig Mon Sep 8 17:36:08 2003
|
||||
+++ src/ui/frmQuery.cpp Mon Jun 28 00:41:25 2004
|
||||
@@ -587,7 +587,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void frmQuery::OnChange(wxNotifyEvent& event)
|
||||
+void frmQuery::OnChange(wxStyledTextEvent& event)
|
||||
{
|
||||
if (!changed)
|
||||
{
|
|
@ -1,39 +0,0 @@
|
|||
--- src/ui/frmStatus.cpp.orig Mon Jun 28 01:15:25 2004
|
||||
+++ src/ui/frmStatus.cpp Mon Jun 28 01:25:17 2004
|
||||
@@ -26,9 +26,9 @@
|
||||
BEGIN_EVENT_TABLE(frmStatus, wxDialog)
|
||||
EVT_BUTTON(XRCID("btnRefresh"), frmStatus::OnRefresh)
|
||||
EVT_BUTTON (XRCID("btnClose"), frmStatus::OnClose)
|
||||
- EVT_SPINCTRL(XRCID("spnRefreshRate"), frmStatus::OnRateChange)
|
||||
+ EVT_SPINCTRL(XRCID("spnRefreshRate"), frmStatus::OnRateChangeSpin)
|
||||
EVT_TEXT(XRCID("spnRefreshRate"), frmStatus::OnRateChange)
|
||||
- EVT_TIMER(TIMER_ID, frmStatus::OnRefresh)
|
||||
+ EVT_TIMER(TIMER_ID, frmStatus::OnRefreshTimer)
|
||||
END_EVENT_TABLE();
|
||||
|
||||
|
||||
@@ -112,6 +112,11 @@
|
||||
}
|
||||
|
||||
|
||||
+void frmStatus::OnRateChangeSpin(wxSpinEvent &event)
|
||||
+{
|
||||
+ OnRateChangeSpin(event);
|
||||
+}
|
||||
+
|
||||
|
||||
void frmStatus::OnRefresh(wxCommandEvent &event)
|
||||
{
|
||||
@@ -158,4 +163,12 @@
|
||||
dataSet->MoveNext();
|
||||
}
|
||||
}
|
||||
+}
|
||||
+
|
||||
+
|
||||
+void frmStatus::OnRefreshTimer(wxTimerEvent &event)
|
||||
+{
|
||||
+ wxCommandEvent nullEvent;
|
||||
+
|
||||
+ OnRefresh(nullEvent);
|
||||
}
|
|
@ -1,32 +1,54 @@
|
|||
bin/pgadmin3
|
||||
share/pgadmin3/docs/en_US/backup.html
|
||||
share/pgadmin3/docs/en_US/bugreport.html
|
||||
share/pgadmin3/docs/en_US/connect-error.html
|
||||
share/pgadmin3/docs/en_US/connect.html
|
||||
share/pgadmin3/docs/en_US/control-server.html
|
||||
share/pgadmin3/docs/en_US/cvs.html
|
||||
share/pgadmin3/docs/en_US/editgrid.html
|
||||
share/pgadmin3/docs/en_US/export.html
|
||||
share/pgadmin3/docs/en_US/extend.html
|
||||
share/pgadmin3/docs/en_US/freebsd_notes.html
|
||||
share/pgadmin3/docs/en_US/images/connect.jpg
|
||||
share/pgadmin3/docs/en_US/images/editgrid.jpg
|
||||
share/pgadmin3/docs/en_US/images/export.jpg
|
||||
share/pgadmin3/docs/en_US/images/main.jpg
|
||||
share/pgadmin3/docs/en_US/images/options-tab1.jpg
|
||||
share/pgadmin3/docs/en_US/images/options-tab2.jpg
|
||||
share/pgadmin3/docs/en_US/images/options-tab3.jpg
|
||||
share/pgadmin3/docs/en_US/images/password.jpg
|
||||
share/pgadmin3/docs/en_US/images/query.jpg
|
||||
share/pgadmin3/docs/en_US/images/status.jpg
|
||||
share/pgadmin3/docs/en_US/grantwiz.html
|
||||
share/pgadmin3/docs/en_US/gridopts.html
|
||||
share/pgadmin3/docs/en_US/guruhints.html
|
||||
share/pgadmin3/docs/en_US/images/backup.png
|
||||
share/pgadmin3/docs/en_US/images/connect.png
|
||||
share/pgadmin3/docs/en_US/images/editgrid.png
|
||||
share/pgadmin3/docs/en_US/images/export.png
|
||||
share/pgadmin3/docs/en_US/images/grantwiz.png
|
||||
share/pgadmin3/docs/en_US/images/gridopt-filter.png
|
||||
share/pgadmin3/docs/en_US/images/gridopt-sort.png
|
||||
share/pgadmin3/docs/en_US/images/locks.png
|
||||
share/pgadmin3/docs/en_US/images/logfile.png
|
||||
share/pgadmin3/docs/en_US/images/logs.png
|
||||
share/pgadmin3/docs/en_US/images/main.png
|
||||
share/pgadmin3/docs/en_US/images/maintenance.png
|
||||
share/pgadmin3/docs/en_US/images/no-hba.png
|
||||
share/pgadmin3/docs/en_US/images/not-running.png
|
||||
share/pgadmin3/docs/en_US/images/options-general.png
|
||||
share/pgadmin3/docs/en_US/images/options-logging.png
|
||||
share/pgadmin3/docs/en_US/images/options-pref.png
|
||||
share/pgadmin3/docs/en_US/images/options-query.png
|
||||
share/pgadmin3/docs/en_US/images/password.png
|
||||
share/pgadmin3/docs/en_US/images/query.png
|
||||
share/pgadmin3/docs/en_US/images/restore-content.png
|
||||
share/pgadmin3/docs/en_US/images/restore.png
|
||||
share/pgadmin3/docs/en_US/images/server.png
|
||||
share/pgadmin3/docs/en_US/images/status.png
|
||||
share/pgadmin3/docs/en_US/ime_setting.html
|
||||
share/pgadmin3/docs/en_US/index.html
|
||||
share/pgadmin3/docs/en_US/licence.html
|
||||
share/pgadmin3/docs/en_US/locating_resources.html
|
||||
share/pgadmin3/docs/en_US/main.html
|
||||
share/pgadmin3/docs/en_US/maintenance.html
|
||||
share/pgadmin3/docs/en_US/openssl.html
|
||||
share/pgadmin3/docs/en_US/options-tab1.html
|
||||
share/pgadmin3/docs/en_US/options-tab2.html
|
||||
share/pgadmin3/docs/en_US/options-tab3.html
|
||||
share/pgadmin3/docs/en_US/options-tab4.html
|
||||
share/pgadmin3/docs/en_US/options.html
|
||||
share/pgadmin3/docs/en_US/password.html
|
||||
share/pgadmin3/docs/en_US/pg/LEGALNOTICE.html
|
||||
share/pgadmin3/docs/en_US/pg/admin.html
|
||||
share/pgadmin3/docs/en_US/pg/app-clusterdb.html
|
||||
share/pgadmin3/docs/en_US/pg/app-createdb.html
|
||||
|
@ -37,7 +59,6 @@ share/pgadmin3/docs/en_US/pg/app-droplang.html
|
|||
share/pgadmin3/docs/en_US/pg/app-dropuser.html
|
||||
share/pgadmin3/docs/en_US/pg/app-ecpg.html
|
||||
share/pgadmin3/docs/en_US/pg/app-initdb.html
|
||||
share/pgadmin3/docs/en_US/pg/app-initlocation.html
|
||||
share/pgadmin3/docs/en_US/pg/app-ipcclean.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pg-ctl.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pg-dumpall.html
|
||||
|
@ -46,8 +67,6 @@ share/pgadmin3/docs/en_US/pg/app-pgcontroldata.html
|
|||
share/pgadmin3/docs/en_US/pg/app-pgdump.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pgresetxlog.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pgrestore.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pgtclsh.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pgtksh.html
|
||||
share/pgadmin3/docs/en_US/pg/app-postgres.html
|
||||
share/pgadmin3/docs/en_US/pg/app-postmaster.html
|
||||
share/pgadmin3/docs/en_US/pg/app-psql.html
|
||||
|
@ -57,12 +76,12 @@ share/pgadmin3/docs/en_US/pg/applevel-consistency.html
|
|||
share/pgadmin3/docs/en_US/pg/arrays.html
|
||||
share/pgadmin3/docs/en_US/pg/auth-methods.html
|
||||
share/pgadmin3/docs/en_US/pg/backup-file.html
|
||||
share/pgadmin3/docs/en_US/pg/backup-online.html
|
||||
share/pgadmin3/docs/en_US/pg/backup.html
|
||||
share/pgadmin3/docs/en_US/pg/biblio.html
|
||||
share/pgadmin3/docs/en_US/pg/bki-commands.html
|
||||
share/pgadmin3/docs/en_US/pg/bki-example.html
|
||||
share/pgadmin3/docs/en_US/pg/bki.html
|
||||
share/pgadmin3/docs/en_US/pg/bookindex.html
|
||||
share/pgadmin3/docs/en_US/pg/bug-reporting.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-aggregate.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-am.html
|
||||
|
@ -90,6 +109,7 @@ share/pgadmin3/docs/en_US/pg/catalog-pg-proc.html
|
|||
share/pgadmin3/docs/en_US/pg/catalog-pg-rewrite.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-shadow.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-statistic.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-tablespace.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-trigger.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-type.html
|
||||
share/pgadmin3/docs/en_US/pg/catalogs.html
|
||||
|
@ -160,20 +180,24 @@ share/pgadmin3/docs/en_US/pg/extend-type-system.html
|
|||
share/pgadmin3/docs/en_US/pg/extend.html
|
||||
share/pgadmin3/docs/en_US/pg/extensibility.html
|
||||
share/pgadmin3/docs/en_US/pg/features.html
|
||||
share/pgadmin3/docs/en_US/pg/file-layout.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-admin.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-aggregate.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-array.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-binarystring.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-bitstring.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-comparison.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-comparisons.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-conditional.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-datetime.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-formatting.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-geometry.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-info.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-matching.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-math.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-misc.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-net.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-sequence.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-srf.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-string.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-subquery.html
|
||||
share/pgadmin3/docs/en_US/pg/functions.html
|
||||
|
@ -244,23 +268,11 @@ share/pgadmin3/docs/en_US/pg/install-upgrading.html
|
|||
share/pgadmin3/docs/en_US/pg/install-win32.html
|
||||
share/pgadmin3/docs/en_US/pg/installation.html
|
||||
share/pgadmin3/docs/en_US/pg/internals.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-binary-data.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-callproc.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-datasource.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-ddl.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-ext.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-query.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-reading.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-thread.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-update.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-use.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc.html
|
||||
share/pgadmin3/docs/en_US/pg/kernel-resources.html
|
||||
share/pgadmin3/docs/en_US/pg/largeobjects.html
|
||||
share/pgadmin3/docs/en_US/pg/libpgtcl-loading.html
|
||||
share/pgadmin3/docs/en_US/pg/libpgtcl-ref.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-async.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-build.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-cancel.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-control.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-copy.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-envars.html
|
||||
|
@ -270,10 +282,12 @@ share/pgadmin3/docs/en_US/pg/libpq-fastpath.html
|
|||
share/pgadmin3/docs/en_US/pg/libpq-notice-processing.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-notify.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-pgpass.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-ssl.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-status.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-threading.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq.html
|
||||
share/pgadmin3/docs/en_US/pg/limitations.html
|
||||
share/pgadmin3/docs/en_US/pg/ln-legalnotice.html
|
||||
share/pgadmin3/docs/en_US/pg/lo-examplesect.html
|
||||
share/pgadmin3/docs/en_US/pg/lo-funcs.html
|
||||
share/pgadmin3/docs/en_US/pg/lo-implementation.html
|
||||
|
@ -281,10 +295,10 @@ share/pgadmin3/docs/en_US/pg/lo-interfaces.html
|
|||
share/pgadmin3/docs/en_US/pg/locking-indexes.html
|
||||
share/pgadmin3/docs/en_US/pg/logfile-maintenance.html
|
||||
share/pgadmin3/docs/en_US/pg/maintenance.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-alternate-locs.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-config.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-createdb.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-dropdb.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-tablespaces.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-templatedbs.html
|
||||
share/pgadmin3/docs/en_US/pg/managing-databases.html
|
||||
share/pgadmin3/docs/en_US/pg/migration.html
|
||||
|
@ -301,33 +315,14 @@ share/pgadmin3/docs/en_US/pg/page.html
|
|||
share/pgadmin3/docs/en_US/pg/parser-stage.html
|
||||
share/pgadmin3/docs/en_US/pg/performance-tips.html
|
||||
share/pgadmin3/docs/en_US/pg/perm-functions.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-examplesect.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgconndefaults.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgconnect.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgdisconnect.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgexec.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgexecute.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglisten.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgloclose.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglocreat.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgloexport.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgloimport.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglolseek.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgloopen.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgloread.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglotell.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglounlink.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglowrite.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgon-connection-loss.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgresult.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgselect.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl.html
|
||||
share/pgadmin3/docs/en_US/pg/planner-optimizer.html
|
||||
share/pgadmin3/docs/en_US/pg/planner-stats.html
|
||||
share/pgadmin3/docs/en_US/pg/plhandler.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-data.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-database.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-global.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-missing.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-triggers.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-trusted.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl.html
|
||||
share/pgadmin3/docs/en_US/pg/plpgsql-control-structures.html
|
||||
|
@ -409,15 +404,29 @@ share/pgadmin3/docs/en_US/pg/release-7-2-1.html
|
|||
share/pgadmin3/docs/en_US/pg/release-7-2-2.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-2-3.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-2-4.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-2-5.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-2-6.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-2.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-1.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-2.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-3.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-4.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-5.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-6.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-7.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-8.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-1.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-2.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-3.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-4.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-5.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-6.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4.html
|
||||
share/pgadmin3/docs/en_US/pg/release.html
|
||||
share/pgadmin3/docs/en_US/pg/resources.html
|
||||
share/pgadmin3/docs/en_US/pg/routine-reindex.html
|
||||
share/pgadmin3/docs/en_US/pg/rowtypes.html
|
||||
share/pgadmin3/docs/en_US/pg/rule-system.html
|
||||
share/pgadmin3/docs/en_US/pg/rules-privileges.html
|
||||
share/pgadmin3/docs/en_US/pg/rules-status.html
|
||||
|
@ -435,8 +444,6 @@ share/pgadmin3/docs/en_US/pg/spi-memory.html
|
|||
share/pgadmin3/docs/en_US/pg/spi-realloc.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-connect.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-copytuple.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-copytupledesc.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-copytupleintoslot.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-cursor-close.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-cursor-fetch.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-cursor-find.html
|
||||
|
@ -444,21 +451,29 @@ share/pgadmin3/docs/en_US/pg/spi-spi-cursor-move.html
|
|||
share/pgadmin3/docs/en_US/pg/spi-spi-cursor-open.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-exec.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-execp.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-execute-plan.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-execute.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-finish.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-fname.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-fnumber.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-freeplan.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-freetuple.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-freetupletable.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-getargcount.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-getargtypeid.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-getbinval.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-getrelname.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-gettype.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-gettypeid.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-getvalue.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-is-cursor-plan.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-modifytuple.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-palloc.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-pfree.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-pop.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-prepare.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-push.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-returntuple.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-saveplan.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-visibility.html
|
||||
share/pgadmin3/docs/en_US/pg/spi.html
|
||||
|
@ -469,12 +484,16 @@ share/pgadmin3/docs/en_US/pg/sql-alterdatabase.html
|
|||
share/pgadmin3/docs/en_US/pg/sql-alterdomain.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alterfunction.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altergroup.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alterindex.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alterlanguage.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alteropclass.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alteroperator.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alterschema.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altersequence.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altertable.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altertablespace.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altertrigger.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altertype.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alteruser.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-analyze.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-begin.html
|
||||
|
@ -502,6 +521,7 @@ share/pgadmin3/docs/en_US/pg/sql-createschema.html
|
|||
share/pgadmin3/docs/en_US/pg/sql-createsequence.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createtable.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createtableas.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createtablespace.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createtrigger.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createtype.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createuser.html
|
||||
|
@ -524,6 +544,7 @@ share/pgadmin3/docs/en_US/pg/sql-droprule.html
|
|||
share/pgadmin3/docs/en_US/pg/sql-dropschema.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-dropsequence.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-droptable.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-droptablespace.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-droptrigger.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-droptype.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-dropuser.html
|
||||
|
@ -543,9 +564,12 @@ share/pgadmin3/docs/en_US/pg/sql-move.html
|
|||
share/pgadmin3/docs/en_US/pg/sql-notify.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-prepare.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-reindex.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-release-savepoint.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-reset.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-revoke.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-rollback-to.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-rollback.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-savepoint.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-select.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-selectinto.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-set-constraints.html
|
||||
|
@ -606,7 +630,6 @@ share/pgadmin3/docs/en_US/pg/view-pg-tables.html
|
|||
share/pgadmin3/docs/en_US/pg/view-pg-user.html
|
||||
share/pgadmin3/docs/en_US/pg/view-pg-views.html
|
||||
share/pgadmin3/docs/en_US/pg/views-overview.html
|
||||
share/pgadmin3/docs/en_US/pg/wal-benefits-later.html
|
||||
share/pgadmin3/docs/en_US/pg/wal-configuration.html
|
||||
share/pgadmin3/docs/en_US/pg/wal-internals.html
|
||||
share/pgadmin3/docs/en_US/pg/wal.html
|
||||
|
@ -616,6 +639,7 @@ share/pgadmin3/docs/en_US/pg/xfunc-internal.html
|
|||
share/pgadmin3/docs/en_US/pg/xfunc-overload.html
|
||||
share/pgadmin3/docs/en_US/pg/xfunc-pl.html
|
||||
share/pgadmin3/docs/en_US/pg/xfunc-sql.html
|
||||
share/pgadmin3/docs/en_US/pg/xfunc-volatility.html
|
||||
share/pgadmin3/docs/en_US/pg/xfunc.html
|
||||
share/pgadmin3/docs/en_US/pg/xindex.html
|
||||
share/pgadmin3/docs/en_US/pg/xoper-optimization.html
|
||||
|
@ -624,11 +648,14 @@ share/pgadmin3/docs/en_US/pg/xplang.html
|
|||
share/pgadmin3/docs/en_US/pg/xtypes.html
|
||||
share/pgadmin3/docs/en_US/pgadmin3.css
|
||||
share/pgadmin3/docs/en_US/pgadmin3.hhc
|
||||
share/pgadmin3/docs/en_US/pgadmin3.hhk
|
||||
share/pgadmin3/docs/en_US/pgadmin3.hhp
|
||||
share/pgadmin3/docs/en_US/postgresql.hhk
|
||||
share/pgadmin3/docs/en_US/pgadmin3.hhp.cached
|
||||
share/pgadmin3/docs/en_US/preparing_for_translation.html
|
||||
share/pgadmin3/docs/en_US/prop_page_design.html
|
||||
share/pgadmin3/docs/en_US/query.html
|
||||
share/pgadmin3/docs/en_US/querybuilder.html
|
||||
share/pgadmin3/docs/en_US/restore.html
|
||||
share/pgadmin3/docs/en_US/snapshots.html
|
||||
share/pgadmin3/docs/en_US/status.html
|
||||
share/pgadmin3/docs/en_US/team.html
|
||||
|
@ -640,102 +667,109 @@ share/pgadmin3/docs/en_US/translation_team.html
|
|||
share/pgadmin3/docs/en_US/unix_compilation.html
|
||||
share/pgadmin3/docs/en_US/using.html
|
||||
share/pgadmin3/ui/af_ZA/pgadmin3.mo
|
||||
share/pgadmin3/ui/bg_BG/pgadmin3.mo
|
||||
share/pgadmin3/ui/af_ZA/wxstd.mo
|
||||
share/pgadmin3/ui/ca_ES/pgadmin3.mo
|
||||
share/pgadmin3/ui/ca_ES/wxstd.mo
|
||||
share/pgadmin3/ui/common/dlgAggregate.xrc
|
||||
share/pgadmin3/ui/common/dlgCast.xrc
|
||||
share/pgadmin3/ui/common/dlgCheck.xrc
|
||||
share/pgadmin3/ui/common/dlgColumn.xrc
|
||||
share/pgadmin3/ui/common/dlgConnect.xrc
|
||||
share/pgadmin3/ui/common/dlgConversion.xrc
|
||||
share/pgadmin3/ui/common/dlgDatabase.xrc
|
||||
share/pgadmin3/ui/common/dlgDomain.xrc
|
||||
share/pgadmin3/ui/common/dlgEditGridOptions.xrc
|
||||
share/pgadmin3/ui/common/dlgForeignKey.xrc
|
||||
share/pgadmin3/ui/common/dlgFunction.xrc
|
||||
share/pgadmin3/ui/common/dlgGroup.xrc
|
||||
share/pgadmin3/ui/common/dlgIndex.xrc
|
||||
share/pgadmin3/ui/common/dlgIndexConstraint.xrc
|
||||
share/pgadmin3/ui/common/dlgJob.xrc
|
||||
share/pgadmin3/ui/common/dlgLanguage.xrc
|
||||
share/pgadmin3/ui/common/dlgOperator.xrc
|
||||
share/pgadmin3/ui/common/dlgRule.xrc
|
||||
share/pgadmin3/ui/common/dlgSchedule.xrc
|
||||
share/pgadmin3/ui/common/dlgSchema.xrc
|
||||
share/pgadmin3/ui/common/dlgSequence.xrc
|
||||
share/pgadmin3/ui/common/dlgServer.xrc
|
||||
share/pgadmin3/ui/common/dlgStep.xrc
|
||||
share/pgadmin3/ui/common/dlgTable.xrc
|
||||
share/pgadmin3/ui/common/dlgTablespace.xrc
|
||||
share/pgadmin3/ui/common/dlgTrigger.xrc
|
||||
share/pgadmin3/ui/common/dlgType.xrc
|
||||
share/pgadmin3/ui/common/dlgUser.xrc
|
||||
share/pgadmin3/ui/common/dlgView.xrc
|
||||
share/pgadmin3/ui/common/frmAddTableView.xrc
|
||||
share/pgadmin3/ui/common/frmConnect.xrc
|
||||
share/pgadmin3/ui/common/frmBackup.xrc
|
||||
share/pgadmin3/ui/common/frmExport.xrc
|
||||
share/pgadmin3/ui/common/frmGrantWizard.xrc
|
||||
share/pgadmin3/ui/common/frmIndexcheck.xrc
|
||||
share/pgadmin3/ui/common/frmMaintenance.xrc
|
||||
share/pgadmin3/ui/common/frmOptions.xrc
|
||||
share/pgadmin3/ui/common/frmPassword.xrc
|
||||
share/pgadmin3/ui/common/frmQBJoin.xrc
|
||||
share/pgadmin3/ui/common/frmServer.xrc
|
||||
share/pgadmin3/ui/common/frmRestore.xrc
|
||||
share/pgadmin3/ui/common/frmStatus.xrc
|
||||
share/pgadmin3/ui/da_DK/pgadmin3.mo
|
||||
share/pgadmin3/ui/da_DK/wxstd.mo
|
||||
share/pgadmin3/ui/de_DE/pgadmin3.mo
|
||||
share/pgadmin3/ui/de_DE/wxstd.mo
|
||||
share/pgadmin3/ui/el_GR/pgadmin3.mo
|
||||
share/pgadmin3/ui/es_ES/pgadmin3.mo
|
||||
share/pgadmin3/ui/fa_IR/pgadmin3.mo
|
||||
share/pgadmin3/ui/es_ES/wxstd.mo
|
||||
share/pgadmin3/ui/fi_FI/pgadmin3.mo
|
||||
share/pgadmin3/ui/fi_FI/wxstd.mo
|
||||
share/pgadmin3/ui/fr_FR/pgadmin3.mo
|
||||
share/pgadmin3/ui/fr_FR/wxstd.mo
|
||||
share/pgadmin3/ui/gl_ES/pgadmin3.mo
|
||||
share/pgadmin3/ui/hr_HR/pgadmin3.mo
|
||||
share/pgadmin3/ui/hu_HU/pgadmin3.mo
|
||||
share/pgadmin3/ui/hu_HU/wxstd.mo
|
||||
share/pgadmin3/ui/id_ID/pgadmin3.mo
|
||||
share/pgadmin3/ui/id_ID/wxstd.mo
|
||||
share/pgadmin3/ui/it_IT/pgadmin3.mo
|
||||
share/pgadmin3/ui/it_IT/wxstd.mo
|
||||
share/pgadmin3/ui/ja_JP/pgadmin3.mo
|
||||
share/pgadmin3/ui/ja_JP/wxstd.mo
|
||||
share/pgadmin3/ui/nb_NO/pgadmin3.mo
|
||||
share/pgadmin3/ui/lv_LV/pgadmin3.mo
|
||||
share/pgadmin3/ui/nl_NL/pgadmin3.mo
|
||||
share/pgadmin3/ui/nl_NL/wxstd.mo
|
||||
share/pgadmin3/ui/pgadmin3.lng
|
||||
share/pgadmin3/ui/pl_PL/pgadmin3.mo
|
||||
share/pgadmin3/ui/pl_PL/wxstd.mo
|
||||
share/pgadmin3/ui/pt_BR/pgadmin3.mo
|
||||
share/pgadmin3/ui/pt_PT/pgadmin3.mo
|
||||
share/pgadmin3/ui/ro_RO/pgadmin3.mo
|
||||
share/pgadmin3/ui/ru_RU/pgadmin3.mo
|
||||
share/pgadmin3/ui/ru_RU/wxstd.mo
|
||||
share/pgadmin3/ui/sk_SK/pgadmin3.mo
|
||||
share/pgadmin3/ui/sl_SI/pgadmin3.mo
|
||||
share/pgadmin3/ui/sl_SI/wxstd.mo
|
||||
share/pgadmin3/ui/sr_YU/pgadmin3.mo
|
||||
share/pgadmin3/ui/sv_SE/pgadmin3.mo
|
||||
share/pgadmin3/ui/tr_TR/pgadmin3.mo
|
||||
share/pgadmin3/ui/tr_TR/wxstd.mo
|
||||
share/pgadmin3/ui/wxstd.mo
|
||||
share/pgadmin3/ui/zh_CN/pgadmin3.mo
|
||||
share/pgadmin3/ui/zh_CN/wxstd.mo
|
||||
share/pgadmin3/ui/zh_TW/pgadmin3.mo
|
||||
share/pgadmin3/ui/zh_TW/wxstd.mo
|
||||
@dirrm share/pgadmin3/ui/zh_TW
|
||||
@dirrm share/pgadmin3/ui/zh_CN
|
||||
@dirrm share/pgadmin3/ui/tr_TR
|
||||
@dirrm share/pgadmin3/ui/sv_SE
|
||||
@dirrm share/pgadmin3/ui/sr_YU
|
||||
@dirrm share/pgadmin3/ui/sl_SI
|
||||
@dirrm share/pgadmin3/ui/sk_SK
|
||||
@dirrm share/pgadmin3/ui/ru_RU
|
||||
@dirrm share/pgadmin3/ui/ro_RO
|
||||
@dirrm share/pgadmin3/ui/pt_PT
|
||||
@dirrm share/pgadmin3/ui/pt_BR
|
||||
@dirrm share/pgadmin3/ui/pl_PL
|
||||
@dirrm share/pgadmin3/ui/nl_NL
|
||||
@dirrm share/pgadmin3/ui/nb_NO
|
||||
@dirrm share/pgadmin3/ui/lv_LV
|
||||
@dirrm share/pgadmin3/ui/ja_JP
|
||||
@dirrm share/pgadmin3/ui/it_IT
|
||||
@dirrm share/pgadmin3/ui/id_ID
|
||||
@dirrm share/pgadmin3/ui/hu_HU
|
||||
@dirrm share/pgadmin3/ui/hr_HR
|
||||
@dirrm share/pgadmin3/ui/gl_ES
|
||||
@dirrm share/pgadmin3/ui/fr_FR
|
||||
@dirrm share/pgadmin3/ui/fa_IR
|
||||
@dirrm share/pgadmin3/ui/fi_FI
|
||||
@dirrm share/pgadmin3/ui/es_ES
|
||||
@dirrm share/pgadmin3/ui/el_GR
|
||||
@dirrm share/pgadmin3/ui/de_DE
|
||||
@dirrm share/pgadmin3/ui/da_DK
|
||||
@dirrm share/pgadmin3/ui/common
|
||||
@dirrm share/pgadmin3/ui/bg_BG
|
||||
@dirrm share/pgadmin3/ui/ca_ES
|
||||
@dirrm share/pgadmin3/ui/af_ZA
|
||||
@dirrm share/pgadmin3/ui
|
||||
@dirrm share/pgadmin3/docs/en_US/pg
|
||||
|
|
|
@ -6,8 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= pgadmin3
|
||||
PORTVERSION= 1.0.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.2.0
|
||||
CATEGORIES= databases
|
||||
MASTER_SITES= ${MASTER_SITE_PGSQL}
|
||||
MASTER_SITE_SUBDIR= pgadmin3/release/src
|
||||
|
@ -21,8 +20,7 @@ USE_REINPLACE= yes
|
|||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --with-wx=${X11BASE}
|
||||
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
|
||||
CONFIGURE_ENV= PTHREAD_CFLAGS="${PTHREAD_CFLAGS}" \
|
||||
PTHREAD_LIBS="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" LIBS="${PTHREAD_LIBS}"
|
||||
|
||||
POSTGRESQL_PORT?= databases/postgresql7
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
MD5 (pgadmin3-1.0.2.tar.gz) = 6f0c61d2d0736d057b80a319b8148fd2
|
||||
SIZE (pgadmin3-1.0.2.tar.gz) = 3321033
|
||||
MD5 (pgadmin3-1.2.0.tar.gz) = 09caa00a0249978781215bf3e4ac02b8
|
||||
SIZE (pgadmin3-1.2.0.tar.gz) = 3688790
|
||||
|
|
|
@ -1,66 +1,13 @@
|
|||
--- configure.orig Fri Nov 28 17:36:36 2003
|
||||
+++ configure Fri Nov 26 00:24:05 2004
|
||||
@@ -4844,10 +4844,10 @@
|
||||
echo "$as_me:$LINENO: result: yes" >&5
|
||||
echo "${ECHO_T}yes" >&6
|
||||
WX_HOME=/usr/local/wx2
|
||||
- if test ! -f "${WX_HOME}/include/wx/wx.h"
|
||||
+ if test ! -f "${WX_HOME}/include/wx-2.5/wx/wx.h"
|
||||
then
|
||||
WX_HOME=/usr/local
|
||||
- if test ! -f "${WX_HOME}/include/wx/wx.h"
|
||||
+ if test ! -f "${WX_HOME}/include/wx-2.5/wx/wx.h"
|
||||
then
|
||||
WX_HOME=/usr
|
||||
fi
|
||||
@@ -5017,7 +5017,7 @@
|
||||
LIBS="$LIBS -lwx_gtk2d_stc-${WX_VERSION} -lwx_gtk2d_xrc-${WX_VERSION}"
|
||||
--- configure.orig Tue Nov 30 02:09:55 2004
|
||||
+++ configure Wed Jan 5 19:00:36 2005
|
||||
@@ -5175,6 +5175,10 @@
|
||||
LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION}"
|
||||
LIBS="$LIBS $WX_NEW_LDFLAGS"
|
||||
;;
|
||||
- *wx_gtk2u-*)
|
||||
+ *wx_gtk2u*)
|
||||
LIBS="$LIBS -lwx_gtk2u_stc-${WX_VERSION} -lwx_gtk2u_xrc-${WX_VERSION}"
|
||||
LIBS="$LIBS $WX_NEW_LDFLAGS"
|
||||
;;
|
||||
@@ -5033,13 +5033,18 @@
|
||||
LIBS="$LIBS -lwx_gtk_stc-${WX_VERSION} -lwx_gtk_xrc-${WX_VERSION}"
|
||||
LIBS="$LIBS $WX_NEW_LDFLAGS"
|
||||
;;
|
||||
+ *wx_gtk2*)
|
||||
+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION} -lwx_gtk2_xrc-${WX_VERSION}"
|
||||
+ *wx_gtk2_core*)
|
||||
+ LIBS="$LIBS -lwx_gtk2_stc-${WX_VERSION}"
|
||||
+ LIBS="$LIBS $WX_NEW_LDFLAGS"
|
||||
+ ;;
|
||||
*)
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
+ LIBS="$LIBS $PTHREAD_LIBS"
|
||||
|
||||
WX_NEW_CPPFLAGS=`${WX_CONFIG} --cxxflags`
|
||||
- CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -I${WX_HOME}/include"
|
||||
+ CPPFLAGS="$CPPFLAGS $WX_NEW_CPPFLAGS -I${WX_HOME}/include ${PTHREAD_CFLAGS}"
|
||||
case "${host}" in
|
||||
*-apple-darwin*)
|
||||
CPPFLAGS="$CPPFLAGS -no-cpp-precomp -fno-rtti"
|
||||
@@ -5048,18 +5053,18 @@
|
||||
;;
|
||||
esac
|
||||
wx_wx_h="yes"
|
||||
- if test ! -f "${WX_HOME}/include/wx/version.h"
|
||||
+ if test ! -f "${WX_HOME}/include/wx-2.5/wx/version.h"
|
||||
then
|
||||
wx_wx_h="no"
|
||||
fi
|
||||
- if test ! -f "${WX_HOME}/include/wx/stc/stc.h"
|
||||
+ if test ! -f "${WX_HOME}/include/wx-2.5/wx/stc/stc.h"
|
||||
then
|
||||
{ { echo "$as_me:$LINENO: error: you need to install the stc package from wxWindows/contrib/src/stc" >&5
|
||||
echo "$as_me: error: you need to install the stc package from wxWindows/contrib/src/stc" >&2;}
|
||||
{ (exit 1); exit 1; }; }
|
||||
wx_wx_h="no"
|
||||
fi
|
||||
- if test ! -f "${WX_HOME}/include/wx/xrc/xmlres.h"
|
||||
+ if test ! -f "${WX_HOME}/include/wx-2.5/wx/xrc/xmlres.h"
|
||||
then
|
||||
{ { echo "$as_me:$LINENO: error: you need to install the xrc package from wxWindows/contrib/src/xrc" >&5
|
||||
echo "$as_me: error: you need to install the xrc package from wxWindows/contrib/src/xrc" >&2;}
|
||||
+ ;;
|
||||
*wx_gtkud-*)
|
||||
LIBS="$LIBS -lwx_gtkud_stc-${WX_VERSION}"
|
||||
LIBS="$LIBS $WX_NEW_LDFLAGS"
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/include/dlgForeignKey.h.orig Mon Jun 28 01:12:17 2004
|
||||
+++ src/include/dlgForeignKey.h Mon Jun 28 01:12:29 2004
|
||||
@@ -35,7 +35,7 @@
|
||||
|
||||
void OnChange(wxNotifyEvent &ev);
|
||||
void OnCheckDeferrable(wxNotifyEvent &ev);
|
||||
- void OnSelChangeCol(wxNotifyEvent &ev);
|
||||
+ void OnSelChangeCol(wxListEvent &ev);
|
||||
void OnSelChangeRef(wxNotifyEvent &ev);
|
||||
void OnSelChangeRefCol(wxNotifyEvent &ev);
|
||||
void OnAddRef(wxNotifyEvent &ev);
|
|
@ -1,10 +0,0 @@
|
|||
--- src/include/dlgFunction.h.orig Mon Jun 28 00:49:55 2004
|
||||
+++ src/include/dlgFunction.h Mon Jun 28 00:50:16 2004
|
||||
@@ -33,6 +33,7 @@
|
||||
pgFunction *function;
|
||||
|
||||
void OnChange(wxNotifyEvent &ev);
|
||||
+ void OnChangeStyled(wxStyledTextEvent &ev);
|
||||
void OnSelChangeLanguage(wxNotifyEvent &ev);
|
||||
void OnSelChangeArg(wxNotifyEvent &ev);
|
||||
void OnSelChangeType(wxNotifyEvent &ev);
|
|
@ -1,10 +0,0 @@
|
|||
--- src/include/dlgRule.h.orig Mon Jun 28 00:58:04 2004
|
||||
+++ src/include/dlgRule.h Mon Jun 28 00:58:20 2004
|
||||
@@ -34,6 +34,7 @@
|
||||
wxString oldDefinition;
|
||||
|
||||
void OnChange(wxNotifyEvent &ev);
|
||||
+ void OnChangeStyled(wxStyledTextEvent &ev);
|
||||
|
||||
bool didChange();
|
||||
|
|
@ -1,31 +0,0 @@
|
|||
--- src/include/dlgTable.h.orig Mon Aug 11 17:36:55 2003
|
||||
+++ src/include/dlgTable.h Mon Jun 28 00:41:25 2004
|
||||
@@ -32,19 +32,19 @@
|
||||
pgSchema *schema;
|
||||
pgTable *table;
|
||||
|
||||
- void OnChange(wxNotifyEvent &ev);
|
||||
+ void OnChange(wxCommandEvent &ev);
|
||||
|
||||
- void OnAddTable(wxNotifyEvent &ev);
|
||||
- void OnRemoveTable(wxNotifyEvent &ev);
|
||||
- void OnSelChangeTable(wxListEvent &ev);
|
||||
+ void OnAddTable(wxCommandEvent &ev);
|
||||
+ void OnRemoveTable(wxCommandEvent &ev);
|
||||
+ void OnSelChangeTable(wxCommandEvent &ev);
|
||||
|
||||
- void OnAddCol(wxNotifyEvent &ev);
|
||||
- void OnChangeCol(wxNotifyEvent &ev);
|
||||
- void OnRemoveCol(wxNotifyEvent &ev);
|
||||
+ void OnAddCol(wxCommandEvent &ev);
|
||||
+ void OnChangeCol(wxCommandEvent &ev);
|
||||
+ void OnRemoveCol(wxCommandEvent &ev);
|
||||
void OnSelChangeCol(wxListEvent &ev);
|
||||
|
||||
- void OnAddConstr(wxNotifyEvent &ev);
|
||||
- void OnRemoveConstr(wxNotifyEvent &ev);
|
||||
+ void OnAddConstr(wxCommandEvent &ev);
|
||||
+ void OnRemoveConstr(wxCommandEvent &ev);
|
||||
void OnSelChangeConstr(wxListEvent &ev);
|
||||
|
||||
void FillConstraint();
|
|
@ -1,10 +0,0 @@
|
|||
--- src/include/dlgView.h.orig Mon Jun 28 00:53:54 2004
|
||||
+++ src/include/dlgView.h Mon Jun 28 00:54:12 2004
|
||||
@@ -34,6 +34,7 @@
|
||||
wxString oldDefinition;
|
||||
|
||||
void OnChange(wxNotifyEvent &ev);
|
||||
+ void OnChangeStyled(wxStyledTextEvent &ev);
|
||||
|
||||
ctlSQLBox *sqlBox;
|
||||
|
|
@ -1,11 +0,0 @@
|
|||
--- src/include/frmQuery.h.orig Mon Aug 4 04:39:32 2003
|
||||
+++ src/include/frmQuery.h Mon Jun 28 00:41:25 2004
|
||||
@@ -48,7 +48,7 @@
|
||||
void OnSave(wxCommandEvent& event);
|
||||
void OnSaveAs(wxCommandEvent& event);
|
||||
void OnExport(wxCommandEvent& event);
|
||||
- void OnChange(wxNotifyEvent& event);
|
||||
+ void OnChange(wxStyledTextEvent& event);
|
||||
void OnExit(wxCommandEvent& event);
|
||||
void OnRecent(wxCommandEvent& event);
|
||||
void OnCut(wxCommandEvent& event);
|
|
@ -1,12 +0,0 @@
|
|||
--- src/include/frmStatus.h.orig Mon Jun 28 01:16:59 2004
|
||||
+++ src/include/frmStatus.h Mon Jun 28 01:21:48 2004
|
||||
@@ -35,7 +35,9 @@
|
||||
void OnHelp(wxCommandEvent& ev);
|
||||
void OnClose(wxCommandEvent &event);
|
||||
void OnRefresh(wxCommandEvent &event);
|
||||
+ void OnRefreshTimer(wxTimerEvent &event);
|
||||
void OnRateChange(wxCommandEvent &event);
|
||||
+ void OnRateChangeSpin(wxSpinEvent &event);
|
||||
frmMain *mainForm;
|
||||
pgConn *connection;
|
||||
long backend_pid;
|
|
@ -1,11 +0,0 @@
|
|||
--- src/ui/dlgForeignKey.cpp.orig Mon Jun 28 01:12:47 2004
|
||||
+++ src/ui/dlgForeignKey.cpp Mon Jun 28 01:13:06 2004
|
||||
@@ -87,7 +87,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgForeignKey::OnSelChangeCol(wxNotifyEvent &ev)
|
||||
+void dlgForeignKey::OnSelChangeCol(wxListEvent &ev)
|
||||
{
|
||||
btnRemoveRef->Enable();
|
||||
}
|
|
@ -1,23 +0,0 @@
|
|||
--- src/ui/dlgFunction.cpp.orig Mon Jun 28 00:48:47 2004
|
||||
+++ src/ui/dlgFunction.cpp Mon Jun 28 00:49:42 2004
|
||||
@@ -61,7 +61,7 @@
|
||||
EVT_CHECKBOX(XRCID("chkSecureDefiner"), dlgFunction::OnChange)
|
||||
EVT_TEXT(XRCID("txtObjectFile"), dlgFunction::OnChange)
|
||||
EVT_TEXT(XRCID("txtLinkSymbol"), dlgFunction::OnChange)
|
||||
- EVT_STC_MODIFIED(CTL_SQLBOX, dlgFunction::OnChange)
|
||||
+ EVT_STC_MODIFIED(CTL_SQLBOX, dlgFunction::OnChangeStyled)
|
||||
|
||||
EVT_TEXT(XRCID("cbReturntype"), dlgFunction::OnChange)
|
||||
EVT_TEXT(XRCID("cbDatatype"), dlgFunction::OnSelChangeType)
|
||||
@@ -251,6 +251,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
+
|
||||
+void dlgFunction::OnChangeStyled(wxStyledTextEvent &ev)
|
||||
+{
|
||||
+ OnChange(ev);
|
||||
+}
|
||||
|
||||
void dlgFunction::ReplaceSizer(wxWindow *w, bool isC, int border)
|
||||
{
|
|
@ -1,24 +0,0 @@
|
|||
--- src/ui/dlgRule.cpp.orig Mon Jun 28 00:57:12 2004
|
||||
+++ src/ui/dlgRule.cpp Mon Jun 28 00:57:52 2004
|
||||
@@ -47,7 +47,7 @@
|
||||
EVT_CHECKBOX(XRCID("chkDelete"), dlgRule::OnChange)
|
||||
EVT_CHECKBOX(XRCID("chkDoInstead"), dlgRule::OnChange)
|
||||
EVT_RADIOBOX(XRCID("rbxEvent"), dlgRule::OnChange)
|
||||
- EVT_STC_MODIFIED(CTL_SQLBOX, dlgRule::OnChange)
|
||||
+ EVT_STC_MODIFIED(CTL_SQLBOX, dlgRule::OnChangeStyled)
|
||||
END_EVENT_TABLE();
|
||||
|
||||
|
||||
@@ -166,6 +166,12 @@
|
||||
|
||||
EnableOK(enable);
|
||||
}
|
||||
+}
|
||||
+
|
||||
+
|
||||
+void dlgRule::OnChangeStyled(wxStyledTextEvent &ev)
|
||||
+{
|
||||
+ OnChange(ev);
|
||||
}
|
||||
|
||||
|
|
@ -1,114 +0,0 @@
|
|||
--- src/ui/dlgTable.cpp.orig Tue Oct 7 17:20:42 2003
|
||||
+++ src/ui/dlgTable.cpp Mon Jun 28 00:41:25 2004
|
||||
@@ -491,7 +491,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnChange(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnChange(wxCommandEvent &ev)
|
||||
{
|
||||
if (table)
|
||||
{
|
||||
@@ -520,7 +520,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnAddTable(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnAddTable(wxCommandEvent &ev)
|
||||
{
|
||||
int sel=cbTables->GetSelection();
|
||||
if (sel >= 0)
|
||||
@@ -552,7 +552,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnRemoveTable(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnRemoveTable(wxCommandEvent &ev)
|
||||
{
|
||||
int sel=lbTables->GetSelection();
|
||||
if (sel >= 0)
|
||||
@@ -576,13 +576,13 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnSelChangeTable(wxListEvent &ev)
|
||||
+void dlgTable::OnSelChangeTable(wxCommandEvent &ev)
|
||||
{
|
||||
btnRemoveTable->Enable();
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnChangeCol(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnChangeCol(wxCommandEvent &ev)
|
||||
{
|
||||
long pos=GetListSelected(lstColumns);
|
||||
pgColumn *column=(pgColumn*) StrToLong(GetListText(lstColumns, pos, 4));
|
||||
@@ -596,30 +596,30 @@
|
||||
lstColumns->SetItem(pos, 1, col.GetDefinition());
|
||||
lstColumns->SetItem(pos, 3, col.GetSql());
|
||||
}
|
||||
- wxNotifyEvent event;
|
||||
+ wxCommandEvent event;
|
||||
OnChange(event);
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnAddCol(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnAddCol(wxCommandEvent &ev)
|
||||
{
|
||||
dlgColumn col(mainForm, NULL, table);
|
||||
col.CenterOnParent();
|
||||
col.SetConnection(connection);
|
||||
if (col.Go(true) >= 0)
|
||||
AppendListItem(lstColumns, col.GetName(), col.GetDefinition(), PGICON_COLUMN);
|
||||
- wxNotifyEvent event;
|
||||
+ wxCommandEvent event;
|
||||
OnChange(event);
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnRemoveCol(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnRemoveCol(wxCommandEvent &ev)
|
||||
{
|
||||
lstColumns->DeleteItem(GetListSelected(lstColumns));
|
||||
|
||||
btnRemoveCol->Disable();
|
||||
|
||||
- wxNotifyEvent event;
|
||||
+ wxCommandEvent event;
|
||||
OnChange(event);
|
||||
}
|
||||
|
||||
@@ -634,7 +634,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnAddConstr(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnAddConstr(wxCommandEvent &ev)
|
||||
{
|
||||
int sel=cbConstrType->GetSelection();
|
||||
if (hasPK)
|
||||
@@ -687,12 +687,12 @@
|
||||
break;
|
||||
}
|
||||
}
|
||||
- wxNotifyEvent event;
|
||||
+ wxCommandEvent event;
|
||||
OnChange(event);
|
||||
}
|
||||
|
||||
|
||||
-void dlgTable::OnRemoveConstr(wxNotifyEvent &ev)
|
||||
+void dlgTable::OnRemoveConstr(wxCommandEvent &ev)
|
||||
{
|
||||
int pos=GetListSelected(lstConstraints);
|
||||
if (pos < 0)
|
||||
@@ -711,7 +711,7 @@
|
||||
|
||||
lstConstraints->DeleteItem(pos);
|
||||
btnRemoveConstr->Disable();
|
||||
- wxNotifyEvent event;
|
||||
+ wxCommandEvent event;
|
||||
OnChange(event);
|
||||
}
|
||||
|
|
@ -1,24 +0,0 @@
|
|||
--- src/ui/dlgView.cpp.orig Mon Jun 28 00:52:41 2004
|
||||
+++ src/ui/dlgView.cpp Mon Jun 28 00:53:38 2004
|
||||
@@ -36,7 +36,7 @@
|
||||
BEGIN_EVENT_TABLE(dlgView, dlgSecurityProperty)
|
||||
EVT_TEXT(XRCID("txtName"), dlgView::OnChange)
|
||||
EVT_TEXT(XRCID("txtComment"), dlgView::OnChange)
|
||||
- EVT_STC_MODIFIED(CTL_SQLBOX, dlgView::OnChange)
|
||||
+ EVT_STC_MODIFIED(CTL_SQLBOX, dlgView::OnChangeStyled)
|
||||
END_EVENT_TABLE();
|
||||
|
||||
|
||||
@@ -117,6 +117,12 @@
|
||||
|
||||
EnableOK(enable);
|
||||
}
|
||||
+}
|
||||
+
|
||||
+
|
||||
+void dlgView::OnChangeStyled(wxStyledTextEvent &ev)
|
||||
+{
|
||||
+ OnChange(ev);
|
||||
}
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
--- src/ui/events.cpp.orig Mon Jun 28 01:22:51 2004
|
||||
+++ src/ui/events.cpp Mon Jun 28 01:22:38 2004
|
||||
@@ -18,6 +18,7 @@
|
||||
#include <wx/imaglist.h>
|
||||
#include <wx/tipdlg.h>
|
||||
#include <wx/stc/stc.h>
|
||||
+#include <wx/spinctrl.h>
|
||||
|
||||
// App headers
|
||||
#include "pgAdmin3.h"
|
|
@ -1,11 +0,0 @@
|
|||
--- src/ui/frmQuery.cpp.orig Mon Sep 8 17:36:08 2003
|
||||
+++ src/ui/frmQuery.cpp Mon Jun 28 00:41:25 2004
|
||||
@@ -587,7 +587,7 @@
|
||||
}
|
||||
|
||||
|
||||
-void frmQuery::OnChange(wxNotifyEvent& event)
|
||||
+void frmQuery::OnChange(wxStyledTextEvent& event)
|
||||
{
|
||||
if (!changed)
|
||||
{
|
|
@ -1,39 +0,0 @@
|
|||
--- src/ui/frmStatus.cpp.orig Mon Jun 28 01:15:25 2004
|
||||
+++ src/ui/frmStatus.cpp Mon Jun 28 01:25:17 2004
|
||||
@@ -26,9 +26,9 @@
|
||||
BEGIN_EVENT_TABLE(frmStatus, wxDialog)
|
||||
EVT_BUTTON(XRCID("btnRefresh"), frmStatus::OnRefresh)
|
||||
EVT_BUTTON (XRCID("btnClose"), frmStatus::OnClose)
|
||||
- EVT_SPINCTRL(XRCID("spnRefreshRate"), frmStatus::OnRateChange)
|
||||
+ EVT_SPINCTRL(XRCID("spnRefreshRate"), frmStatus::OnRateChangeSpin)
|
||||
EVT_TEXT(XRCID("spnRefreshRate"), frmStatus::OnRateChange)
|
||||
- EVT_TIMER(TIMER_ID, frmStatus::OnRefresh)
|
||||
+ EVT_TIMER(TIMER_ID, frmStatus::OnRefreshTimer)
|
||||
END_EVENT_TABLE();
|
||||
|
||||
|
||||
@@ -112,6 +112,11 @@
|
||||
}
|
||||
|
||||
|
||||
+void frmStatus::OnRateChangeSpin(wxSpinEvent &event)
|
||||
+{
|
||||
+ OnRateChangeSpin(event);
|
||||
+}
|
||||
+
|
||||
|
||||
void frmStatus::OnRefresh(wxCommandEvent &event)
|
||||
{
|
||||
@@ -158,4 +163,12 @@
|
||||
dataSet->MoveNext();
|
||||
}
|
||||
}
|
||||
+}
|
||||
+
|
||||
+
|
||||
+void frmStatus::OnRefreshTimer(wxTimerEvent &event)
|
||||
+{
|
||||
+ wxCommandEvent nullEvent;
|
||||
+
|
||||
+ OnRefresh(nullEvent);
|
||||
}
|
|
@ -1,32 +1,54 @@
|
|||
bin/pgadmin3
|
||||
share/pgadmin3/docs/en_US/backup.html
|
||||
share/pgadmin3/docs/en_US/bugreport.html
|
||||
share/pgadmin3/docs/en_US/connect-error.html
|
||||
share/pgadmin3/docs/en_US/connect.html
|
||||
share/pgadmin3/docs/en_US/control-server.html
|
||||
share/pgadmin3/docs/en_US/cvs.html
|
||||
share/pgadmin3/docs/en_US/editgrid.html
|
||||
share/pgadmin3/docs/en_US/export.html
|
||||
share/pgadmin3/docs/en_US/extend.html
|
||||
share/pgadmin3/docs/en_US/freebsd_notes.html
|
||||
share/pgadmin3/docs/en_US/images/connect.jpg
|
||||
share/pgadmin3/docs/en_US/images/editgrid.jpg
|
||||
share/pgadmin3/docs/en_US/images/export.jpg
|
||||
share/pgadmin3/docs/en_US/images/main.jpg
|
||||
share/pgadmin3/docs/en_US/images/options-tab1.jpg
|
||||
share/pgadmin3/docs/en_US/images/options-tab2.jpg
|
||||
share/pgadmin3/docs/en_US/images/options-tab3.jpg
|
||||
share/pgadmin3/docs/en_US/images/password.jpg
|
||||
share/pgadmin3/docs/en_US/images/query.jpg
|
||||
share/pgadmin3/docs/en_US/images/status.jpg
|
||||
share/pgadmin3/docs/en_US/grantwiz.html
|
||||
share/pgadmin3/docs/en_US/gridopts.html
|
||||
share/pgadmin3/docs/en_US/guruhints.html
|
||||
share/pgadmin3/docs/en_US/images/backup.png
|
||||
share/pgadmin3/docs/en_US/images/connect.png
|
||||
share/pgadmin3/docs/en_US/images/editgrid.png
|
||||
share/pgadmin3/docs/en_US/images/export.png
|
||||
share/pgadmin3/docs/en_US/images/grantwiz.png
|
||||
share/pgadmin3/docs/en_US/images/gridopt-filter.png
|
||||
share/pgadmin3/docs/en_US/images/gridopt-sort.png
|
||||
share/pgadmin3/docs/en_US/images/locks.png
|
||||
share/pgadmin3/docs/en_US/images/logfile.png
|
||||
share/pgadmin3/docs/en_US/images/logs.png
|
||||
share/pgadmin3/docs/en_US/images/main.png
|
||||
share/pgadmin3/docs/en_US/images/maintenance.png
|
||||
share/pgadmin3/docs/en_US/images/no-hba.png
|
||||
share/pgadmin3/docs/en_US/images/not-running.png
|
||||
share/pgadmin3/docs/en_US/images/options-general.png
|
||||
share/pgadmin3/docs/en_US/images/options-logging.png
|
||||
share/pgadmin3/docs/en_US/images/options-pref.png
|
||||
share/pgadmin3/docs/en_US/images/options-query.png
|
||||
share/pgadmin3/docs/en_US/images/password.png
|
||||
share/pgadmin3/docs/en_US/images/query.png
|
||||
share/pgadmin3/docs/en_US/images/restore-content.png
|
||||
share/pgadmin3/docs/en_US/images/restore.png
|
||||
share/pgadmin3/docs/en_US/images/server.png
|
||||
share/pgadmin3/docs/en_US/images/status.png
|
||||
share/pgadmin3/docs/en_US/ime_setting.html
|
||||
share/pgadmin3/docs/en_US/index.html
|
||||
share/pgadmin3/docs/en_US/licence.html
|
||||
share/pgadmin3/docs/en_US/locating_resources.html
|
||||
share/pgadmin3/docs/en_US/main.html
|
||||
share/pgadmin3/docs/en_US/maintenance.html
|
||||
share/pgadmin3/docs/en_US/openssl.html
|
||||
share/pgadmin3/docs/en_US/options-tab1.html
|
||||
share/pgadmin3/docs/en_US/options-tab2.html
|
||||
share/pgadmin3/docs/en_US/options-tab3.html
|
||||
share/pgadmin3/docs/en_US/options-tab4.html
|
||||
share/pgadmin3/docs/en_US/options.html
|
||||
share/pgadmin3/docs/en_US/password.html
|
||||
share/pgadmin3/docs/en_US/pg/LEGALNOTICE.html
|
||||
share/pgadmin3/docs/en_US/pg/admin.html
|
||||
share/pgadmin3/docs/en_US/pg/app-clusterdb.html
|
||||
share/pgadmin3/docs/en_US/pg/app-createdb.html
|
||||
|
@ -37,7 +59,6 @@ share/pgadmin3/docs/en_US/pg/app-droplang.html
|
|||
share/pgadmin3/docs/en_US/pg/app-dropuser.html
|
||||
share/pgadmin3/docs/en_US/pg/app-ecpg.html
|
||||
share/pgadmin3/docs/en_US/pg/app-initdb.html
|
||||
share/pgadmin3/docs/en_US/pg/app-initlocation.html
|
||||
share/pgadmin3/docs/en_US/pg/app-ipcclean.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pg-ctl.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pg-dumpall.html
|
||||
|
@ -46,8 +67,6 @@ share/pgadmin3/docs/en_US/pg/app-pgcontroldata.html
|
|||
share/pgadmin3/docs/en_US/pg/app-pgdump.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pgresetxlog.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pgrestore.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pgtclsh.html
|
||||
share/pgadmin3/docs/en_US/pg/app-pgtksh.html
|
||||
share/pgadmin3/docs/en_US/pg/app-postgres.html
|
||||
share/pgadmin3/docs/en_US/pg/app-postmaster.html
|
||||
share/pgadmin3/docs/en_US/pg/app-psql.html
|
||||
|
@ -57,12 +76,12 @@ share/pgadmin3/docs/en_US/pg/applevel-consistency.html
|
|||
share/pgadmin3/docs/en_US/pg/arrays.html
|
||||
share/pgadmin3/docs/en_US/pg/auth-methods.html
|
||||
share/pgadmin3/docs/en_US/pg/backup-file.html
|
||||
share/pgadmin3/docs/en_US/pg/backup-online.html
|
||||
share/pgadmin3/docs/en_US/pg/backup.html
|
||||
share/pgadmin3/docs/en_US/pg/biblio.html
|
||||
share/pgadmin3/docs/en_US/pg/bki-commands.html
|
||||
share/pgadmin3/docs/en_US/pg/bki-example.html
|
||||
share/pgadmin3/docs/en_US/pg/bki.html
|
||||
share/pgadmin3/docs/en_US/pg/bookindex.html
|
||||
share/pgadmin3/docs/en_US/pg/bug-reporting.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-aggregate.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-am.html
|
||||
|
@ -90,6 +109,7 @@ share/pgadmin3/docs/en_US/pg/catalog-pg-proc.html
|
|||
share/pgadmin3/docs/en_US/pg/catalog-pg-rewrite.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-shadow.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-statistic.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-tablespace.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-trigger.html
|
||||
share/pgadmin3/docs/en_US/pg/catalog-pg-type.html
|
||||
share/pgadmin3/docs/en_US/pg/catalogs.html
|
||||
|
@ -160,20 +180,24 @@ share/pgadmin3/docs/en_US/pg/extend-type-system.html
|
|||
share/pgadmin3/docs/en_US/pg/extend.html
|
||||
share/pgadmin3/docs/en_US/pg/extensibility.html
|
||||
share/pgadmin3/docs/en_US/pg/features.html
|
||||
share/pgadmin3/docs/en_US/pg/file-layout.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-admin.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-aggregate.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-array.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-binarystring.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-bitstring.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-comparison.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-comparisons.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-conditional.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-datetime.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-formatting.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-geometry.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-info.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-matching.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-math.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-misc.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-net.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-sequence.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-srf.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-string.html
|
||||
share/pgadmin3/docs/en_US/pg/functions-subquery.html
|
||||
share/pgadmin3/docs/en_US/pg/functions.html
|
||||
|
@ -244,23 +268,11 @@ share/pgadmin3/docs/en_US/pg/install-upgrading.html
|
|||
share/pgadmin3/docs/en_US/pg/install-win32.html
|
||||
share/pgadmin3/docs/en_US/pg/installation.html
|
||||
share/pgadmin3/docs/en_US/pg/internals.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-binary-data.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-callproc.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-datasource.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-ddl.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-ext.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-query.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-reading.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-thread.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-update.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc-use.html
|
||||
share/pgadmin3/docs/en_US/pg/jdbc.html
|
||||
share/pgadmin3/docs/en_US/pg/kernel-resources.html
|
||||
share/pgadmin3/docs/en_US/pg/largeobjects.html
|
||||
share/pgadmin3/docs/en_US/pg/libpgtcl-loading.html
|
||||
share/pgadmin3/docs/en_US/pg/libpgtcl-ref.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-async.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-build.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-cancel.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-control.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-copy.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-envars.html
|
||||
|
@ -270,10 +282,12 @@ share/pgadmin3/docs/en_US/pg/libpq-fastpath.html
|
|||
share/pgadmin3/docs/en_US/pg/libpq-notice-processing.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-notify.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-pgpass.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-ssl.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-status.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq-threading.html
|
||||
share/pgadmin3/docs/en_US/pg/libpq.html
|
||||
share/pgadmin3/docs/en_US/pg/limitations.html
|
||||
share/pgadmin3/docs/en_US/pg/ln-legalnotice.html
|
||||
share/pgadmin3/docs/en_US/pg/lo-examplesect.html
|
||||
share/pgadmin3/docs/en_US/pg/lo-funcs.html
|
||||
share/pgadmin3/docs/en_US/pg/lo-implementation.html
|
||||
|
@ -281,10 +295,10 @@ share/pgadmin3/docs/en_US/pg/lo-interfaces.html
|
|||
share/pgadmin3/docs/en_US/pg/locking-indexes.html
|
||||
share/pgadmin3/docs/en_US/pg/logfile-maintenance.html
|
||||
share/pgadmin3/docs/en_US/pg/maintenance.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-alternate-locs.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-config.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-createdb.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-dropdb.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-tablespaces.html
|
||||
share/pgadmin3/docs/en_US/pg/manage-ag-templatedbs.html
|
||||
share/pgadmin3/docs/en_US/pg/managing-databases.html
|
||||
share/pgadmin3/docs/en_US/pg/migration.html
|
||||
|
@ -301,33 +315,14 @@ share/pgadmin3/docs/en_US/pg/page.html
|
|||
share/pgadmin3/docs/en_US/pg/parser-stage.html
|
||||
share/pgadmin3/docs/en_US/pg/performance-tips.html
|
||||
share/pgadmin3/docs/en_US/pg/perm-functions.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-examplesect.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgconndefaults.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgconnect.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgdisconnect.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgexec.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgexecute.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglisten.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgloclose.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglocreat.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgloexport.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgloimport.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglolseek.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgloopen.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgloread.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglotell.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglounlink.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pglowrite.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgon-connection-loss.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgresult.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl-pgselect.html
|
||||
share/pgadmin3/docs/en_US/pg/pgtcl.html
|
||||
share/pgadmin3/docs/en_US/pg/planner-optimizer.html
|
||||
share/pgadmin3/docs/en_US/pg/planner-stats.html
|
||||
share/pgadmin3/docs/en_US/pg/plhandler.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-data.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-database.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-global.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-missing.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-triggers.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl-trusted.html
|
||||
share/pgadmin3/docs/en_US/pg/plperl.html
|
||||
share/pgadmin3/docs/en_US/pg/plpgsql-control-structures.html
|
||||
|
@ -409,15 +404,29 @@ share/pgadmin3/docs/en_US/pg/release-7-2-1.html
|
|||
share/pgadmin3/docs/en_US/pg/release-7-2-2.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-2-3.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-2-4.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-2-5.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-2-6.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-2.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-1.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-2.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-3.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-4.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-5.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-6.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-7.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3-8.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-3.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-1.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-2.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-3.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-4.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-5.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4-6.html
|
||||
share/pgadmin3/docs/en_US/pg/release-7-4.html
|
||||
share/pgadmin3/docs/en_US/pg/release.html
|
||||
share/pgadmin3/docs/en_US/pg/resources.html
|
||||
share/pgadmin3/docs/en_US/pg/routine-reindex.html
|
||||
share/pgadmin3/docs/en_US/pg/rowtypes.html
|
||||
share/pgadmin3/docs/en_US/pg/rule-system.html
|
||||
share/pgadmin3/docs/en_US/pg/rules-privileges.html
|
||||
share/pgadmin3/docs/en_US/pg/rules-status.html
|
||||
|
@ -435,8 +444,6 @@ share/pgadmin3/docs/en_US/pg/spi-memory.html
|
|||
share/pgadmin3/docs/en_US/pg/spi-realloc.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-connect.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-copytuple.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-copytupledesc.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-copytupleintoslot.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-cursor-close.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-cursor-fetch.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-cursor-find.html
|
||||
|
@ -444,21 +451,29 @@ share/pgadmin3/docs/en_US/pg/spi-spi-cursor-move.html
|
|||
share/pgadmin3/docs/en_US/pg/spi-spi-cursor-open.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-exec.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-execp.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-execute-plan.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-execute.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-finish.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-fname.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-fnumber.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-freeplan.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-freetuple.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-freetupletable.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-getargcount.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-getargtypeid.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-getbinval.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-getrelname.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-gettype.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-gettypeid.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-getvalue.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-is-cursor-plan.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-modifytuple.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-palloc.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-pfree.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-pop.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-prepare.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-push.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-returntuple.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-spi-saveplan.html
|
||||
share/pgadmin3/docs/en_US/pg/spi-visibility.html
|
||||
share/pgadmin3/docs/en_US/pg/spi.html
|
||||
|
@ -469,12 +484,16 @@ share/pgadmin3/docs/en_US/pg/sql-alterdatabase.html
|
|||
share/pgadmin3/docs/en_US/pg/sql-alterdomain.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alterfunction.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altergroup.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alterindex.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alterlanguage.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alteropclass.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alteroperator.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alterschema.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altersequence.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altertable.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altertablespace.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altertrigger.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-altertype.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-alteruser.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-analyze.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-begin.html
|
||||
|
@ -502,6 +521,7 @@ share/pgadmin3/docs/en_US/pg/sql-createschema.html
|
|||
share/pgadmin3/docs/en_US/pg/sql-createsequence.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createtable.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createtableas.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createtablespace.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createtrigger.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createtype.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-createuser.html
|
||||
|
@ -524,6 +544,7 @@ share/pgadmin3/docs/en_US/pg/sql-droprule.html
|
|||
share/pgadmin3/docs/en_US/pg/sql-dropschema.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-dropsequence.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-droptable.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-droptablespace.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-droptrigger.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-droptype.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-dropuser.html
|
||||
|
@ -543,9 +564,12 @@ share/pgadmin3/docs/en_US/pg/sql-move.html
|
|||
share/pgadmin3/docs/en_US/pg/sql-notify.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-prepare.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-reindex.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-release-savepoint.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-reset.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-revoke.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-rollback-to.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-rollback.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-savepoint.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-select.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-selectinto.html
|
||||
share/pgadmin3/docs/en_US/pg/sql-set-constraints.html
|
||||
|
@ -606,7 +630,6 @@ share/pgadmin3/docs/en_US/pg/view-pg-tables.html
|
|||
share/pgadmin3/docs/en_US/pg/view-pg-user.html
|
||||
share/pgadmin3/docs/en_US/pg/view-pg-views.html
|
||||
share/pgadmin3/docs/en_US/pg/views-overview.html
|
||||
share/pgadmin3/docs/en_US/pg/wal-benefits-later.html
|
||||
share/pgadmin3/docs/en_US/pg/wal-configuration.html
|
||||
share/pgadmin3/docs/en_US/pg/wal-internals.html
|
||||
share/pgadmin3/docs/en_US/pg/wal.html
|
||||
|
@ -616,6 +639,7 @@ share/pgadmin3/docs/en_US/pg/xfunc-internal.html
|
|||
share/pgadmin3/docs/en_US/pg/xfunc-overload.html
|
||||
share/pgadmin3/docs/en_US/pg/xfunc-pl.html
|
||||
share/pgadmin3/docs/en_US/pg/xfunc-sql.html
|
||||
share/pgadmin3/docs/en_US/pg/xfunc-volatility.html
|
||||
share/pgadmin3/docs/en_US/pg/xfunc.html
|
||||
share/pgadmin3/docs/en_US/pg/xindex.html
|
||||
share/pgadmin3/docs/en_US/pg/xoper-optimization.html
|
||||
|
@ -624,11 +648,14 @@ share/pgadmin3/docs/en_US/pg/xplang.html
|
|||
share/pgadmin3/docs/en_US/pg/xtypes.html
|
||||
share/pgadmin3/docs/en_US/pgadmin3.css
|
||||
share/pgadmin3/docs/en_US/pgadmin3.hhc
|
||||
share/pgadmin3/docs/en_US/pgadmin3.hhk
|
||||
share/pgadmin3/docs/en_US/pgadmin3.hhp
|
||||
share/pgadmin3/docs/en_US/postgresql.hhk
|
||||
share/pgadmin3/docs/en_US/pgadmin3.hhp.cached
|
||||
share/pgadmin3/docs/en_US/preparing_for_translation.html
|
||||
share/pgadmin3/docs/en_US/prop_page_design.html
|
||||
share/pgadmin3/docs/en_US/query.html
|
||||
share/pgadmin3/docs/en_US/querybuilder.html
|
||||
share/pgadmin3/docs/en_US/restore.html
|
||||
share/pgadmin3/docs/en_US/snapshots.html
|
||||
share/pgadmin3/docs/en_US/status.html
|
||||
share/pgadmin3/docs/en_US/team.html
|
||||
|
@ -640,102 +667,109 @@ share/pgadmin3/docs/en_US/translation_team.html
|
|||
share/pgadmin3/docs/en_US/unix_compilation.html
|
||||
share/pgadmin3/docs/en_US/using.html
|
||||
share/pgadmin3/ui/af_ZA/pgadmin3.mo
|
||||
share/pgadmin3/ui/bg_BG/pgadmin3.mo
|
||||
share/pgadmin3/ui/af_ZA/wxstd.mo
|
||||
share/pgadmin3/ui/ca_ES/pgadmin3.mo
|
||||
share/pgadmin3/ui/ca_ES/wxstd.mo
|
||||
share/pgadmin3/ui/common/dlgAggregate.xrc
|
||||
share/pgadmin3/ui/common/dlgCast.xrc
|
||||
share/pgadmin3/ui/common/dlgCheck.xrc
|
||||
share/pgadmin3/ui/common/dlgColumn.xrc
|
||||
share/pgadmin3/ui/common/dlgConnect.xrc
|
||||
share/pgadmin3/ui/common/dlgConversion.xrc
|
||||
share/pgadmin3/ui/common/dlgDatabase.xrc
|
||||
share/pgadmin3/ui/common/dlgDomain.xrc
|
||||
share/pgadmin3/ui/common/dlgEditGridOptions.xrc
|
||||
share/pgadmin3/ui/common/dlgForeignKey.xrc
|
||||
share/pgadmin3/ui/common/dlgFunction.xrc
|
||||
share/pgadmin3/ui/common/dlgGroup.xrc
|
||||
share/pgadmin3/ui/common/dlgIndex.xrc
|
||||
share/pgadmin3/ui/common/dlgIndexConstraint.xrc
|
||||
share/pgadmin3/ui/common/dlgJob.xrc
|
||||
share/pgadmin3/ui/common/dlgLanguage.xrc
|
||||
share/pgadmin3/ui/common/dlgOperator.xrc
|
||||
share/pgadmin3/ui/common/dlgRule.xrc
|
||||
share/pgadmin3/ui/common/dlgSchedule.xrc
|
||||
share/pgadmin3/ui/common/dlgSchema.xrc
|
||||
share/pgadmin3/ui/common/dlgSequence.xrc
|
||||
share/pgadmin3/ui/common/dlgServer.xrc
|
||||
share/pgadmin3/ui/common/dlgStep.xrc
|
||||
share/pgadmin3/ui/common/dlgTable.xrc
|
||||
share/pgadmin3/ui/common/dlgTablespace.xrc
|
||||
share/pgadmin3/ui/common/dlgTrigger.xrc
|
||||
share/pgadmin3/ui/common/dlgType.xrc
|
||||
share/pgadmin3/ui/common/dlgUser.xrc
|
||||
share/pgadmin3/ui/common/dlgView.xrc
|
||||
share/pgadmin3/ui/common/frmAddTableView.xrc
|
||||
share/pgadmin3/ui/common/frmConnect.xrc
|
||||
share/pgadmin3/ui/common/frmBackup.xrc
|
||||
share/pgadmin3/ui/common/frmExport.xrc
|
||||
share/pgadmin3/ui/common/frmGrantWizard.xrc
|
||||
share/pgadmin3/ui/common/frmIndexcheck.xrc
|
||||
share/pgadmin3/ui/common/frmMaintenance.xrc
|
||||
share/pgadmin3/ui/common/frmOptions.xrc
|
||||
share/pgadmin3/ui/common/frmPassword.xrc
|
||||
share/pgadmin3/ui/common/frmQBJoin.xrc
|
||||
share/pgadmin3/ui/common/frmServer.xrc
|
||||
share/pgadmin3/ui/common/frmRestore.xrc
|
||||
share/pgadmin3/ui/common/frmStatus.xrc
|
||||
share/pgadmin3/ui/da_DK/pgadmin3.mo
|
||||
share/pgadmin3/ui/da_DK/wxstd.mo
|
||||
share/pgadmin3/ui/de_DE/pgadmin3.mo
|
||||
share/pgadmin3/ui/de_DE/wxstd.mo
|
||||
share/pgadmin3/ui/el_GR/pgadmin3.mo
|
||||
share/pgadmin3/ui/es_ES/pgadmin3.mo
|
||||
share/pgadmin3/ui/fa_IR/pgadmin3.mo
|
||||
share/pgadmin3/ui/es_ES/wxstd.mo
|
||||
share/pgadmin3/ui/fi_FI/pgadmin3.mo
|
||||
share/pgadmin3/ui/fi_FI/wxstd.mo
|
||||
share/pgadmin3/ui/fr_FR/pgadmin3.mo
|
||||
share/pgadmin3/ui/fr_FR/wxstd.mo
|
||||
share/pgadmin3/ui/gl_ES/pgadmin3.mo
|
||||
share/pgadmin3/ui/hr_HR/pgadmin3.mo
|
||||
share/pgadmin3/ui/hu_HU/pgadmin3.mo
|
||||
share/pgadmin3/ui/hu_HU/wxstd.mo
|
||||
share/pgadmin3/ui/id_ID/pgadmin3.mo
|
||||
share/pgadmin3/ui/id_ID/wxstd.mo
|
||||
share/pgadmin3/ui/it_IT/pgadmin3.mo
|
||||
share/pgadmin3/ui/it_IT/wxstd.mo
|
||||
share/pgadmin3/ui/ja_JP/pgadmin3.mo
|
||||
share/pgadmin3/ui/ja_JP/wxstd.mo
|
||||
share/pgadmin3/ui/nb_NO/pgadmin3.mo
|
||||
share/pgadmin3/ui/lv_LV/pgadmin3.mo
|
||||
share/pgadmin3/ui/nl_NL/pgadmin3.mo
|
||||
share/pgadmin3/ui/nl_NL/wxstd.mo
|
||||
share/pgadmin3/ui/pgadmin3.lng
|
||||
share/pgadmin3/ui/pl_PL/pgadmin3.mo
|
||||
share/pgadmin3/ui/pl_PL/wxstd.mo
|
||||
share/pgadmin3/ui/pt_BR/pgadmin3.mo
|
||||
share/pgadmin3/ui/pt_PT/pgadmin3.mo
|
||||
share/pgadmin3/ui/ro_RO/pgadmin3.mo
|
||||
share/pgadmin3/ui/ru_RU/pgadmin3.mo
|
||||
share/pgadmin3/ui/ru_RU/wxstd.mo
|
||||
share/pgadmin3/ui/sk_SK/pgadmin3.mo
|
||||
share/pgadmin3/ui/sl_SI/pgadmin3.mo
|
||||
share/pgadmin3/ui/sl_SI/wxstd.mo
|
||||
share/pgadmin3/ui/sr_YU/pgadmin3.mo
|
||||
share/pgadmin3/ui/sv_SE/pgadmin3.mo
|
||||
share/pgadmin3/ui/tr_TR/pgadmin3.mo
|
||||
share/pgadmin3/ui/tr_TR/wxstd.mo
|
||||
share/pgadmin3/ui/wxstd.mo
|
||||
share/pgadmin3/ui/zh_CN/pgadmin3.mo
|
||||
share/pgadmin3/ui/zh_CN/wxstd.mo
|
||||
share/pgadmin3/ui/zh_TW/pgadmin3.mo
|
||||
share/pgadmin3/ui/zh_TW/wxstd.mo
|
||||
@dirrm share/pgadmin3/ui/zh_TW
|
||||
@dirrm share/pgadmin3/ui/zh_CN
|
||||
@dirrm share/pgadmin3/ui/tr_TR
|
||||
@dirrm share/pgadmin3/ui/sv_SE
|
||||
@dirrm share/pgadmin3/ui/sr_YU
|
||||
@dirrm share/pgadmin3/ui/sl_SI
|
||||
@dirrm share/pgadmin3/ui/sk_SK
|
||||
@dirrm share/pgadmin3/ui/ru_RU
|
||||
@dirrm share/pgadmin3/ui/ro_RO
|
||||
@dirrm share/pgadmin3/ui/pt_PT
|
||||
@dirrm share/pgadmin3/ui/pt_BR
|
||||
@dirrm share/pgadmin3/ui/pl_PL
|
||||
@dirrm share/pgadmin3/ui/nl_NL
|
||||
@dirrm share/pgadmin3/ui/nb_NO
|
||||
@dirrm share/pgadmin3/ui/lv_LV
|
||||
@dirrm share/pgadmin3/ui/ja_JP
|
||||
@dirrm share/pgadmin3/ui/it_IT
|
||||
@dirrm share/pgadmin3/ui/id_ID
|
||||
@dirrm share/pgadmin3/ui/hu_HU
|
||||
@dirrm share/pgadmin3/ui/hr_HR
|
||||
@dirrm share/pgadmin3/ui/gl_ES
|
||||
@dirrm share/pgadmin3/ui/fr_FR
|
||||
@dirrm share/pgadmin3/ui/fa_IR
|
||||
@dirrm share/pgadmin3/ui/fi_FI
|
||||
@dirrm share/pgadmin3/ui/es_ES
|
||||
@dirrm share/pgadmin3/ui/el_GR
|
||||
@dirrm share/pgadmin3/ui/de_DE
|
||||
@dirrm share/pgadmin3/ui/da_DK
|
||||
@dirrm share/pgadmin3/ui/common
|
||||
@dirrm share/pgadmin3/ui/bg_BG
|
||||
@dirrm share/pgadmin3/ui/ca_ES
|
||||
@dirrm share/pgadmin3/ui/af_ZA
|
||||
@dirrm share/pgadmin3/ui
|
||||
@dirrm share/pgadmin3/docs/en_US/pg
|
||||
|
|
Loading…
Add table
Reference in a new issue