[pgadmin-hackers] Time for 1.2.1?

2005-03-25 Thread Dave Page
Anyone object if I package pgAdmin 1.2.1 in the next few days so I can bundle 
it with PostgreSQL 8.0.2?

Regards, Dave

---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [pgadmin-hackers] Time for 1.2.1?

2005-03-25 Thread Andreas Pflug
Dave Page wrote:
Anyone object if I package pgAdmin 1.2.1 in the next few days so I can bundle it with PostgreSQL 8.0.2?
Go.
Regards,
Andreas
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


Re: [pgadmin-hackers] Time for 1.2.1?

2005-03-25 Thread Dave Page
 

> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED] 
> Sent: 25 March 2005 10:08
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Time for 1.2.1?
> 
> Dave Page wrote:
> > Anyone object if I package pgAdmin 1.2.1 in the next few 
> days so I can bundle it with PostgreSQL 8.0.2?
> 
> Go.

Have you got five minutes to update the docs in ther stable branch
please?

Thanks, Dave

---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


[pgadmin-hackers] CVS Commit by dpage: Fix a couple of compile errors from back-patched

2005-03-25 Thread cvs
Log Message:
---
Fix a couple of compile errors from back-patched fixes. Hopefully nothing else 
was missed :-)

Tags:

REL-1_2_0_PATCHES

Modified Files:
--
pgadmin3/src/include:
pgConn.h (r1.27.2.1 -> r1.27.2.2)
pgadmin3/src/schema:
pgDomain.cpp (r1.23.2.3 -> r1.23.2.4)

Index: pgConn.h
===
RCS file: /projects/pgadmin3/src/include/pgConn.h,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -Lsrc/include/pgConn.h -Lsrc/include/pgConn.h -u -w -r1.27.2.1 -r1.27.2.2
--- src/include/pgConn.h
+++ src/include/pgConn.h
@@ -97,6 +97,7 @@
 wxString dbHost;
 OID lastSystemOID;
 OID dbOid;
+   wxString reservedNamespaces;
 
 void *noticeArg;
 PQnoticeProcessor noticeProc;
Index: pgDomain.cpp
===
RCS file: /projects/pgadmin3/src/schema/pgDomain.cpp,v
retrieving revision 1.23.2.3
retrieving revision 1.23.2.4
diff -Lsrc/schema/pgDomain.cpp -Lsrc/schema/pgDomain.cpp -u -w -r1.23.2.3 
-r1.23.2.4
--- src/schema/pgDomain.cpp
+++ src/schema/pgDomain.cpp
@@ -149,8 +149,8 @@
 
 domain->iSetOid(domains->GetOid(wxT("oid")));
 domain->iSetOwner(domains->GetVal(wxT("domainowner")));
-domain->iSetBasetype(domains->GetOid(wxT("basetype")));
-domain->iSetBasetypeOid(domains->GetBool(wxT("typbasetype")));
+domain->iSetBasetype(domains->GetVal(wxT("basetype")));
+domain->iSetBasetypeOid(domains->GetOid(wxT("typbasetype")));
 domain->iSetComment(domains->GetVal(wxT("description")));
 long typmod=domains->GetLong(wxT("typtypmod"));
 
---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[pgadmin-hackers] CVS Commit by dpage: Use PostgreSQL 8.0 (pgInstaller) libs & headers.

2005-03-25 Thread cvs
Log Message:
---
Use PostgreSQL 8.0 (pgInstaller) libs & headers.

Tags:

REL-1_2_0_PATCHES

Modified Files:
--
pgadmin3/src:
pgAdmin3.dsp (r1.116 -> r1.116.2.1)

Index: pgAdmin3.dsp
===
RCS file: /projects/pgadmin3/src/pgAdmin3.dsp,v
retrieving revision 1.116
retrieving revision 1.116.2.1
diff -Lsrc/pgAdmin3.dsp -Lsrc/pgAdmin3.dsp -u -w -r1.116 -r1.116.2.1
--- src/pgAdmin3.dsp
+++ src/pgAdmin3.dsp
@@ -45,7 +45,7 @@
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "include/" /I 
"c:/wxWidgets-2.5.3/include" /I "c:/wxWidgets-2.5.3/contrib/include" /I 
"c:/wxWidgets-2.5.3/lib/mswd" /I "c:/postgresql/include" /D "WIN32" /D "_DEBUG" 
/D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D 
"__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D wxUSE_UNICODE=1 /D 
"_UNICODE" /D "UNICODE" /FAcs /FR /FD /c
 # SUBTRACT BASE CPP /YX /Yc /Yu
-# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "c:/wxWidgets-2.5.3/include" /I 
"c:/wxWidgets-2.5.3/contrib/include" /I "c:/postgresql/include" /I "include/" 
/I "agent/include" /D "WIN32" /D "_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D 
"__WXMSW__" /D DEBUG=1 /D "__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D 
WINVER=0x0400 /D "STRICT" /D wxUSE_UNICODE=1 /D "_UNICODE" /D "UNICODE" /D 
"SSL" /FAcs /Yu"pgadmin3.h" /FD /c
+# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "c:/wxWidgets-2.5.3/include" /I 
"c:/wxWidgets-2.5.3/contrib/include" /I "c:/program 
files/postgresql/8.0/include" /I "include/" /I "agent/include" /D "WIN32" /D 
"_DEBUG" /D "_WINDOWS" /D "__WINDOWS__" /D "__WXMSW__" /D DEBUG=1 /D 
"__WXDEBUG__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D 
wxUSE_UNICODE=1 /D "_UNICODE" /D "UNICODE" /D "SSL" /FAcs /Yu"pgadmin3.h" /FD /c
 # SUBTRACT CPP /Fr
 # ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
 # ADD MTL /nologo /D "_DEBUG" /mktyplib203 /o "NUL" /win32
@@ -56,7 +56,7 @@
 # ADD BSC32 /nologo
 LINK32=link.exe
 # ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib 
advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib 
odbccp32.lib comctl32.lib rpcrt4.lib wsock32.lib winmm.lib wxmswud.lib pngd.lib 
zlibd.lib jpegd.lib tiffd.lib stcd.lib libpq.lib wxxrcd.lib regexd.lib /nologo 
/subsystem:windows /map /debug /machine:I386 /nodefaultlib:"libcd.lib" 
/nodefaultlib:"libcid.lib" /nodefaultlib:"msvcrt.lib" /pdbtype:sept 
/libpath:"c:/wxWidgets-2.5.3/lib" /libpath:"c:/wxWidgets-2.5.3/contrib/lib" 
/libpath:"c:/postgresql/lib"
-# ADD LINK32 libpq.lib wxbase25ud.lib wxbase25ud_xml.lib wxbase25ud_net.lib 
wxmsw25ud_adv.lib wxmsw25ud_core.lib wxmsw25ud_html.lib wxregexud.lib 
wxpngd.lib wxzlibd.lib wxjpegd.lib wxtiffd.lib wxmsw25ud_stc.lib 
wxmsw25ud_xrc.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib uuid.lib comctl32.lib rpcrt4.lib 
wsock32.lib winmm.lib ole32.lib oleaut32.lib /nologo /subsystem:windows /map 
/debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" 
/nodefaultlib:"msvcrt.lib" /pdbtype:sept 
/libpath:"c:/wxWidgets-2.5.3/lib/vc_lib" /libpath:"c:/postgresql/lib"
+# ADD LINK32 libpq.lib wxbase25ud.lib wxbase25ud_xml.lib wxbase25ud_net.lib 
wxmsw25ud_adv.lib wxmsw25ud_core.lib wxmsw25ud_html.lib wxregexud.lib 
wxpngd.lib wxzlibd.lib wxjpegd.lib wxtiffd.lib wxmsw25ud_stc.lib 
wxmsw25ud_xrc.lib wxexpatd.lib kernel32.lib user32.lib gdi32.lib winspool.lib 
comdlg32.lib advapi32.lib shell32.lib uuid.lib comctl32.lib rpcrt4.lib 
wsock32.lib winmm.lib ole32.lib oleaut32.lib /nologo /subsystem:windows /map 
/debug /machine:I386 /nodefaultlib:"libcd.lib" /nodefaultlib:"libcid.lib" 
/nodefaultlib:"msvcrt.lib" /pdbtype:sept 
/libpath:"c:/wxWidgets-2.5.3/lib/vc_lib" /libpath:"c:/program 
files/postgresql/8.0/lib/ms"
 
 !ELSEIF  "$(CFG)" == "pgAdmin3 - Win32 Unicode SSL Release"
 
@@ -73,7 +73,7 @@
 # PROP Ignore_Export_Lib 0
 # PROP Target_Dir ""
 # ADD BASE CPP /nologo /MDd /W3 /GX /O2 /Ob2 /I "include/" /I 
"c:/wxWidgets-2.5.3/include" /I "c:/wxWidgets-2.5.3/contrib/include" /I 
"c:/wxWidgets-2.5.3/lib/mswd" /I "c:/postgresql/include" /D "NDEBUG" /D "WIN32" 
/D "_WINDOWS" /D "__WINDOWS__" /D "__WIN95__" /D "__WIN32__" /D WINVER=0x0400 
/D "STRICT" /D wxUSE_UNICODE=1 /D "_UNICODE" /D "UNICODE" /D "EMBED_XRC" /FAcs 
/FR /FD /c
-# ADD CPP /nologo /MDd /W3 /GX /O2 /Ob2 /I "c:/wxWidgets-2.5.3/include" /I 
"c:/wxWidgets-2.5.3/contrib/include" /I "c:/postgresql/include" /I "include/" 
/I "agent/include" /D "NDEBUG" /D "WIN32" /D "_WINDOWS" /D "__WINDOWS__" /D 
"__WIN95__" /D "__WIN32__" /D WINVER=0x0400 /D "STRICT" /D wxUSE_UNICODE=1 /D 
"_UNICODE" /D "UNICODE" /D "EMBED_XRC" /D "SSL" /FAcs /FR /Yu"pgadmin3.h" /FD /c
+# ADD CPP /nologo /MDd /W3 /GX /O2 /Ob2 /I "c:/wxWidgets-2.5.3/include" /I 
"c:/wxWidgets-2.5.3/contrib/include" /I "c:/program 
files/postgresql/8.0/include" /I "include/" /I "agent/inclu

[pgadmin-hackers] CVS Commit by dpage: Version number bump for 1.2.1

2005-03-25 Thread cvs
Log Message:
---
Version number bump for 1.2.1

Tags:

REL-1_2_0_PATCHES

Modified Files:
--
pgadmin3:
configure.ac (r1.32 -> r1.32.2.1)
pgadmin3/src/include:
version.h (r1.19.2.1 -> r1.19.2.2)

Index: configure.ac
===
RCS file: /projects/pgadmin3/configure.ac,v
retrieving revision 1.32
retrieving revision 1.32.2.1
diff -Lconfigure.ac -Lconfigure.ac -u -w -r1.32 -r1.32.2.1
--- configure.ac
+++ configure.ac
@@ -1,7 +1,7 @@
 AC_PREREQ(2.57)
 AC_REVISION($Revision$)
 AC_COPYRIGHT(Copyright 2002 - 2004 The pgAdmin Development Team)
-AC_INIT(pgadmin3, 1.2.0, pgadmin-support@postgresql.org)
+AC_INIT(pgadmin3, 1.2.1, pgadmin-support@postgresql.org)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_SRCDIR([src/pgAdmin3.cpp])
 AM_CONFIG_HEADER([config.h])
Index: version.h
===
RCS file: /projects/pgadmin3/src/include/version.h,v
retrieving revision 1.19.2.1
retrieving revision 1.19.2.2
diff -Lsrc/include/version.h -Lsrc/include/version.h -u -w -r1.19.2.1 -r1.19.2.2
--- src/include/version.h
+++ src/include/version.h
@@ -11,9 +11,9 @@
 
 
 // Application Versions
-#define VERSION_STR wxT("1.2.0")
-#define VERSION_NUM 1,2,0,0
-#define VERSION_PACKAGE 1.2.0
+#define VERSION_STR wxT("1.2.1")
+#define VERSION_NUM 1,2,1,0
+#define VERSION_PACKAGE 1.2.1
 
 #define PRERELEASE 0
 // #define BUILD "..."
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
(send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [pgadmin-hackers] Time for 1.2.1?

2005-03-25 Thread Andreas Pflug
Dave Page wrote:

Have you got five minutes to update the docs in ther stable branch
please?
 

I'm not aware of changes that need updated 1.2 docs.
Regards,
Andreas
---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster


[pgadmin-hackers] CVS Commit by dpage: Added a tip

2005-03-25 Thread cvs
Log Message:
---
Added a tip

Modified Files:
--
pgadmin3/docs/en_US:
tips.txt (r1.5 -> r1.6)

Index: tips.txt
===
RCS file: /projects/pgadmin3/docs/en_US/tips.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -Ldocs/en_US/tips.txt -Ldocs/en_US/tips.txt -u -w -r1.5 -r1.6
--- docs/en_US/tips.txt
+++ docs/en_US/tips.txt
@@ -31,4 +31,5 @@
 PostgreSQL 8.0 added major new features to our DBMS including savepoints, 
tablespaces and the long awaited Windows port.
 pgAdmin III supports SSL encrypted connections.
 The new Win32 port PostgreSQL passed all it's regression tests for the first 
time on 2004-10-24.
+The Windows port of PostgreSQL was downloaded over 45,000 times in the five 
days following its initial release!
 
---(end of broadcast)---
TIP 8: explain analyze is your friend


Re: [pgadmin-hackers] Time for 1.2.1?

2005-03-25 Thread Dave Page
 

> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED] 
> Sent: 25 March 2005 22:01
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Time for 1.2.1?
> 
> Dave Page wrote:
> 
> >
> >
> >Have you got five minutes to update the docs in ther stable branch
> >please?
> >  
> >
> 
> I'm not aware of changes that need updated 1.2 docs.

The pg docs are at 8.0.0beta5 in the stable branch - and I believe you
are the only one with a docbook setup atm...

:-)

Thanks, Dave.


---(end of broadcast)---
TIP 8: explain analyze is your friend


[pgadmin-hackers] CVS Commit by dpage: Added a tip

2005-03-25 Thread cvs
Log Message:
---
Added a tip

Tags:

REL-1_2_0_PATCHES

Modified Files:
--
pgadmin3/docs/en_US:
tips.txt (r1.5 -> r1.5.2.1)

Index: tips.txt
===
RCS file: /projects/pgadmin3/docs/en_US/tips.txt,v
retrieving revision 1.5
retrieving revision 1.5.2.1
diff -Ldocs/en_US/tips.txt -Ldocs/en_US/tips.txt -u -w -r1.5 -r1.5.2.1
--- docs/en_US/tips.txt
+++ docs/en_US/tips.txt
@@ -31,4 +31,4 @@
 PostgreSQL 8.0 added major new features to our DBMS including savepoints, 
tablespaces and the long awaited Windows port.
 pgAdmin III supports SSL encrypted connections.
 The new Win32 port PostgreSQL passed all it's regression tests for the first 
time on 2004-10-24.
-
+The Windows port of PostgreSQL was downloaded over 45,000 times in the five 
days following its initial release!
---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


Re: [pgadmin-hackers] Time for 1.2.1?

2005-03-25 Thread Andreas Pflug
Dave Page wrote:
d updated 1.2 docs.
   

The pg docs are at 8.0.0beta5 in the stable branch - and I believe you
are the only one with a docbook setup atm...
 

'k, see the binary snapshots; they contain 8.0 release docs.
Regards,
Andreas
---(end of broadcast)---
TIP 2: you can get off all lists at once with the unregister command
   (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])


Re: [pgadmin-hackers] Time for 1.2.1?

2005-03-25 Thread Dave Page
 

> -Original Message-
> From: Andreas Pflug [mailto:[EMAIL PROTECTED] 
> Sent: 25 March 2005 22:17
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] Time for 1.2.1?
> 
> 
> 'k, see the binary snapshots; they contain 8.0 release docs.

Err, yes - they need updating to 8.0.1 as does the stable branch. If you
are particularly stuck for time at the moment, just give me a quick
rundown on how you've been doing the updates recently and I'll see if I
can sort out the right software and do it here.

Regards, Dave.

---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]