[pgadmin-support] Error Message

2003-07-01 Thread Ian
-- System Information -- Platform:       Windows XP Version:        5.1 Build:      2600 Service Pack 1 -- Application Information -- Name:       pgAdmin II Version:        1.5.60 Descripton:     Name:       pgSchema Version:        1.

[pgadmin-support] Error Message

2003-05-28 Thread Ian Brown
Title: Message -- System Information -- Platform:       Windows 2000 Version:        5.0 Build:      2195 Service Pack 3 -- Application Information -- Name:       pgAdmin II Version:        1.5.60 Descripton:     Name:       pgSchema Version:   

[pgadmin-support] Creating functions with pgAdmin III

2003-12-05 Thread Ian Freislich
7.3.4 and 7.4 but none of the combinations work. BTW, this is a _great_ tool which has helped our sysadmins and junior developers quickly and easily administer, grasp the structure of our databases and develop their own schemas. Any ideas? Ian ---(end of broadcast)---

Re: [pgadmin-support] Creating functions with pgAdmin III

2003-12-07 Thread Ian Freislich
Andreas Pflug wrote: > Ian Freislich wrote: > > >I can't find the pseudo-type RECORD in the drop-down list of return > >types so it is impossible to create functions like "CREATE OR REPLACE > >FUNCTION foo (TEXT) RETURNS SET OF RECORD AS..." using the

Re: [pgadmin-support] Cannot add an column of type serial or bigserial

2003-12-10 Thread Ian Freislich
val('"table_column_seq"'::text); If you want the column to be NOT NULL as well, you will have to populate that column for all the rows and then do: ALTER TABLE table ALTER column SET NOT NULL; Ian > Chris > > David Sigeti wrote: > > > Dear Pgadmin Folks, > > >

[pgadmin-support] pgadmin3-1.2.0rc2 / SUSE 9.1 / undefined reference to wxXmlResource

2004-11-23 Thread Ian Barwick
tk+-2.0 --modversion' says 2.2.4. The output immediately preceding the errors is below, can supply more but don't want to spam the list with superfluous output. Thanks Ian Barwick make[2]: Entering directory `/usr/local/src/pgadmin3-1.2.0rc2/src' g++ -DDATA_DIR=\"/usr/loca

Re: [pgadmin-support] pgadmin3-1.2.0rc2 / SUSE 9.1 / undefined reference to wxXmlResource

2004-11-23 Thread Ian Barwick
> > wxWidgets-pgAdmin3-20040907-2 ). The build process for > > pgadmin fails with a whole series of errors related to > > wxXmlResource beginning with: > > Hi Ian, > > You should be using the standard distribution of wxWidgets-2.5.3 from > www.wxwidgets.org for c

Re: [pgadmin-support] pgadmin3-1.2.0rc2 / SUSE 9.1 / undefined reference to wxXmlResource

2004-11-23 Thread Ian Barwick
On Wed, 24 Nov 2004 00:20:37 +0100, Ian Barwick <[EMAIL PROTECTED]> wrote: > On Tue, 23 Nov 2004 22:55:53 -, Dave Page <[EMAIL PROTECTED]> > wrote: > > > > Hi > > > > > > I'm trying to build pgadmin3-1.2.0rc2 from source on

[pgadmin-support] two small bugs in the query tool

2004-11-24 Thread Ian Barwick
stop the program? Selecting no or cancel doesn't seem to cause any problems. Ian Barwick ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

[pgadmin-support] Small website error

2004-11-24 Thread Ian Barwick
Hi on this page: http://www.pgadmin.org/pgadmin3/support.php the HTML title tag says "screenshots". Apologies for the noise and / or this is the wrong list for this kind of thing. Ian Barwick ---(end of broadcast)--- TIP 4: Don'

Re: [pgadmin-support] two small bugs in the query tool

2004-11-24 Thread Ian Barwick
On Wed, 24 Nov 2004 12:24:38 +, Andreas Pflug <[EMAIL PROTECTED]> wrote: > Ian Barwick wrote: > > on a build from CVS HEAD on SUSE 9.1, LANG=en_US.UTF-8 > > > > - when starting the query tool with an empty sheet, then immediately > > exiting via the file menu

Re: [pgadmin-support] two small bugs in the query tool

2004-11-25 Thread Ian Barwick
On Wed, 24 Nov 2004 22:16:21 +0100, Ian Barwick <[EMAIL PROTECTED]> wrote: > On Wed, 24 Nov 2004 12:24:38 +, Andreas Pflug > <[EMAIL PROTECTED]> wrote: > > Ian Barwick wrote: > > > on a build from CVS HEAD on SUSE 9.1, LANG=en_US.UTF-8 > > > > >

Re: [pgadmin-support] error building pgadmin 1.2 rc

2004-11-27 Thread Ian Barwick
On Sun, 28 Nov 2004 08:55:31 +0700, Akbar <[EMAIL PROTECTED]> wrote: > Hi, I use linux and try to build pgadmin 1.2 rc and got this error. > How do I solve this (snip) Which OS are you using, and which wxWidgets (you need the 2.5.3 version)? Ian Barwick ---

Re: [pgadmin-support] compile problem with agadmin2-1.2.0 on SuSE 9.2 system

2005-01-05 Thread Ian Barwick
, not the one provided by SUSE). [*] Fell foul of the gtk-qt-engine described here though: http://archives.postgresql.org/pgadmin-hackers/2004-12/msg00146.php Removing the package of the same name solved that problem. Ian Barwick ---(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-support] help with suse 9.2

2005-01-12 Thread Ian Barwick
exist, but it builds fine on SUSE 9.2. What is the problem exactly? If you're using the WxWidget packages from SUSE, it won't build. Ian Barwick ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [pgadmin-support] Segmentation fault

2005-01-24 Thread Ian Barwick
reset by begin() > Segmentation fault This is the problem described here: http://archives.postgresql.org/pgadmin-hackers/2004-12/msg00146.php Removing the package named "gtk-qt-engine" or similar solved the problem for me. Ian Barwick ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[pgadmin-support] "http://pgadmin.org/" <> www.pgadmin.org

2005-01-28 Thread Ian Barwick
Hi typing "http://pgadmin.org/"; ('m lazy ;-) rather than www.pgadmin.org brings up an Apache-generated directory listing rather than the pgAdmin site. Regards Ian Barwick ---(end of broadcast)--- TIP 6: Have you searched ou

Re: [pgadmin-support] "http://pgadmin.org/" <> www.pgadmin.org

2005-01-28 Thread Ian Barwick
On Fri, 28 Jan 2005 10:58:19 -0500, Keith Worthington <[EMAIL PROTECTED]> wrote: > On Fri, 28 Jan 2005 15:17:57 +0100, Ian Barwick wrote > > Hi > > > > typing "http://pgadmin.org/"; ('m lazy ;-) rather than > > www.pgadmin.org brings up an Apache

[pgadmin-support] Download page not working

2005-01-28 Thread Ian Barwick
Hi The download page seems to be blank: http://www.pgadmin.org/pgadmin3/download.php (for the archives: PostgreSQL mirror sites also carry pgAdminIII in the pgadmin3 directory, see http://wwwmaster.postgresql.org/download/mirrors-ftp for list). Ian Barwick ---(end of

[pgadmin-support] Getting Started

2009-09-04 Thread Ian Waterman
or how I can go about resetting it? Thank you Ian Waterman Dene Business Solutions Ltd Tel 07966 190606 LinkedIn Profile http://www.linkedin.com/in/ianwaterman

Re: [pgadmin-support] Getting Started

2009-09-09 Thread Ian Waterman
Rainer I can not connect to cluster/server. I did restart the server, do I have to reload config file as well. How do I do that? Ian -Original Message- From: Rainer Bauer [mailto:use...@munnin.com] Sent: 08 September 2009 21:44 To: pgadmin-support@postgresql.org Cc: Ian Waterman

[pgadmin-support] Availability of pgAdmin 1.10.0 for Sparc Solaris

2009-10-06 Thread Ian Wood
Hello, When will pgAdmin v1.10.0 be available for SPARC Solaris 10 please? Regards Ian Wood -- Upgrade to Satloc or Flying Flagman, the worlds best Ag Aircraft Guidance Systems. Easy to use with Target Flow, Target Flow Zone, Single or Dual Rate Intelliflow, Spray Off and Dry Materials

Re: [pgadmin-support] I'm in a fix... please help quick

2014-03-14 Thread Ian Lawrence Barwick
rt list for a particular tool. And you should explain what you are trying to find out and what steps you have taken so far to solve the problem. Regards Ian Barwick -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.po

Re: [pgadmin-support] OID converted to signed

2014-03-14 Thread Ian Lawrence Barwick
e signed/unsigned bug Is this on Windows by any chance? I encountered something similar recently, which is already patched but not yet released. Regards Ian Barwick -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.po