Re: [pgadmin-support] Problems with Postgis-geometries under Windows 7 64 Bit

2013-08-08 Thread Dinesh Kumar
OK. Thanks Dave. @Christian: We believe, you can get this max length option in pgAdmin 1.16.2 which is not released yet. Sorry, i am not aware of it's release schedule time. Thanks. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co

Re: [pgadmin-support] Problems with Postgis-geometries under Windows 7 64 Bit

2013-08-08 Thread Dave Page
We can't do anything about length restrictions in those controls, except suggest the use of the max length option, which will work correctly as of 1.16.2. On Thu, Aug 8, 2013 at 1:04 PM, Dinesh Kumar wrote: > Hi Dave, > > Adding to previous e-mail, i have tested this on Windows 7 with the latest

Re: [pgadmin-support] Problems with Postgis-geometries under Windows 7 64 Bit

2013-08-08 Thread Dinesh Kumar
Hi Dave, Adding to previous e-mail, i have tested this on Windows 7 with the latest pgAdmin master branch. Thanks. Dinesh -- *Dinesh Kumar* Software Engineer Ph: +918087463317 Skype ID: dinesh.kumar432 www.enterprisedb.co m * Follow

Re: [pgadmin-support] Problems with Postgis-geometries under Windows 7 64 Bit

2013-08-08 Thread Dinesh Kumar
Hi Dave, Further to our discussion on this issue, it seems the problem is with the length of the text in the grid. Thanks for your guidance. In windows 7, if the length of a string in the grid exceeds "4679", then it's not able to render the values properly. SELECT substring(geom::text from 1 FO

Re: [pgadmin-support] Problems with Postgis-geometries under Windows 7 64 Bit

2013-08-08 Thread Dinesh Kumar
On Wed, Aug 7, 2013 at 11:53 PM, Christian H. Bruhn wrote: > am Mittwoch, 7. August 2013 um 09:59 schrieb Dinesh Kumar: > > > I have just done a quick test case with the given steps, but i am not > able > > to reproduce the case in Cent OS6.0. In CentOS 6, i am getting all the 16 > > non null gri

Re: [pgadmin-support] Problems with Postgis-geometries under Windows 7 64 Bit

2013-08-07 Thread Christian H. Bruhn
am Mittwoch, 7. August 2013 um 09:59 schrieb Dinesh Kumar: > I have just done a quick test case with the given steps, but i am not able > to reproduce the case in Cent OS6.0. In CentOS 6, i am getting all the 16 > non null grid values and 2 null values. Would you mind to share the Yes I think its

Re: [pgadmin-support] Problems with Postgis-geometries under Windows 7 64 Bit

2013-08-07 Thread Dinesh Kumar
H i On Tue, Aug 6, 2013 at 7:31 PM, Christian H. Bruhn wrote: > Hi! > > I just installed Postgres 9.2.4 from [1] with the pgAdmin on Windows 7 > Prof. 64 Bit. I also installed Postgis 2.0.3-2. I've tried the > installation with the stackbuilder and also the separate download. > > Now I have the

Re: [pgadmin-support] problems

2012-08-31 Thread Craig Ringer
I'd advise you to contact Poker Tracker's tech support for an issues with Poker Tracker. -- Craig Ringer On 09/01/2012 05:51 AM, Morten Nergaard wrote: hi i have downloaded poker tracker 3 to my mac.. so will i use posture SQL.. But didn't understand what and where to write down.. have tried

Re: [pgadmin-support] Problems changing a view

2011-12-02 Thread Dave Page
On Saturday, December 3, 2011, Aren Cambre wrote: > Could pgAdmin detect if the view has no dependents and offer to drop and replace the view? Potentially, though that might be a a little tricky to do given the way that code is architected. It would probably have to do the check when the dialogue

Re: [pgadmin-support] Problems changing a view

2011-12-02 Thread Aren Cambre
Could pgAdmin detect if the view has no dependents and offer to drop and replace the view? My views generally have no dependents. Don't know if that's typical, however. Aren On Fri, Dec 2, 2011 at 3:08 AM, Dave Page wrote: > > > On Fri, Dec 2, 2011 at 3:47 AM, Aren Cambre wrote: > >> If I cha

Re: [pgadmin-support] Problems changing a view

2011-12-02 Thread Dave Page
On Fri, Dec 2, 2011 at 3:47 AM, Aren Cambre wrote: > If I change this view: > * SELECT dallas_rlc_locations.location_code, > count(dallas_rlc."CitationId") AS count, dallas_rlc_locations.location, > dallas_rlc_locations.the_geom* > * FROM raw.dallas_rlc_locations* > * LEFT JOIN raw.dallas_rlc

Re: [pgadmin-support] Problems with wxWidgets 2.6

2010-03-12 Thread Ashesh Vashi
pgAdmin 1.10 will satisfy your need for PostgreSQL 8.0.22. On Fri, Mar 12, 2010 at 6:18 PM, Vinicius Borges wrote: > Ashesh, > > It's a long history why I'm using the pgAdmin 1.4... the postgreSQL here > it's 8.0.22. > > That's the output when I type > > #$ wx-config --list... > Default config

Re: [pgadmin-support] Problems with wxWidgets 2.6

2010-03-12 Thread Vinicius Borges
Ashesh, It's a long history why I'm using the pgAdmin 1.4... the postgreSQL here it's 8.0.22. That's the output when I type #$ wx-config --list... Default config is gtk2-ansi-release-2.6 Default config will be used for output Alternate matches: gtk2-ansi-release-2.8

Re: [pgadmin-support] Problems with wxWidgets 2.6

2010-03-12 Thread Vinicius Borges
Guillaume, when I type #$ wx-config --unicode Warning: No config found to match: /usr/local/bin/wx-config --unicode in /usr/local/lib/wx/config If you require this configuration, please install the desired library build. If this is part of an automated configuration test and

Re: [pgadmin-support] Problems with wxWidgets 2.6

2010-03-12 Thread Ashesh Vashi
Hi, Why do you want to build a older version of pgAdmin III? Whatever.. What is the output of the following line? "wx-config --list" -- Ashesh Vashi EnterpriseDB INDIA On Fri, Mar 12, 2010 at 1:18 AM, Vinicius Borges wrote: > Hello, > > I'm trying to install pgadmin3-1.4.3 and when I do > >

Re: [pgadmin-support] Problems with wxWidgets 2.6

2010-03-12 Thread Guillaume Lelarge
Le 11/03/2010 20:48, Vinicius Borges a écrit : > Hello, > > I'm trying to install pgadmin3-1.4.3 and when I do > Why do you try to install pgAdmin 1.4 when the latest release is 1.10.2? > $# ./configure > > appears an error: > > ... > checking libpq-fe.h presence... yes > checking for libpq-f

Re: [pgadmin-support] Problems reverse engineering functions

2010-02-16 Thread Guillaume Lelarge
Le 16/02/2010 18:57, Kieran McCusker a écrit : > [...] > Sorry if this has been raised before but the following function will not > be reverse engineered correctly - The final default clause will be removed. > > CREATE FUNCTION fn(a text, b integer DEFAULT NULL::integer, c integer > DEFAULT NULL::

Re: [pgadmin-support] Problems with "NOTICE"-messages

2007-09-17 Thread Erwin Brandstetter
On Sep 17, 2:59 pm, [EMAIL PROTECTED] (Dave Page) wrote: > Hmm, works for me in SVN-Trunk (1.8 beta5 + a few minor unrelated tweaks): > (...) > Anyone else able to reproduce this? I cannot reproduce it either. Testing pgAdmin III 1.8.0 Beta 5 (Sep 10 2007, rev: 6631). Client Win XP, host: Debian

Re: [pgadmin-support] Problems with "NOTICE"-messages

2007-09-17 Thread Dave Page
Bintsarovsky Dima home wrote: > I have two functions: > > CREATE OR REPLACE FUNCTION tests.func1() RETURNS integer AS $BODY$ > DECLARE BEGIN RAISE NOTICE 'notice'; PERFORM tests.func2(); RETURN 1; > END;$BODY$ LANGUAGE 'plpgsql' VOLATILE; > > > CREATE OR REPLACE FUNCTION tests.func2() RETURNS

Re: [pgadmin-support] Problems editing tables

2007-06-12 Thread Dave Page
Roland Martin wrote: > Hi Dave, > > Mmm, OK. Thanks for your helpful response. > > Trouble, in this case, means that it can't be done. I do the following: > 1. Locate any geometry_columns table > 2. Right click -> View data (or view all rows in the submenu, or whatever) > 3. I click in a field in

Re: [pgadmin-support] Problems editing tables

2007-06-11 Thread Dave Page
Roland Martin wrote: > Hi, > > I'm going to reinstall the earlier version, since it does actually work. > If anyone is ever interested in fixing this bug, please get in touch. I fully intend to look at it, unfortunately sometimes I simply don't have time to turn around bug fixes immediately in fr

Re: [pgadmin-support] Problems editing tables

2007-06-11 Thread Roland Martin
Hi, I'm going to reinstall the earlier version, since it does actually work. If anyone is ever interested in fixing this bug, please get in touch. Cheers, Roland. On 04/06/07, Roland Martin <[EMAIL PROTECTED]> wrote: Hi Dave, Mmm, OK. Thanks for your helpful response. Trouble, in this cas

Re: [pgadmin-support] Problems editing tables

2007-06-04 Thread Roland Martin
Hi Dave, Mmm, OK. Thanks for your helpful response. Trouble, in this case, means that it can't be done. I do the following: 1. Locate any geometry_columns table 2. Right click -> View data (or view all rows in the submenu, or whatever) 3. I click in a field in the f_table_name column, and make c

Re: [pgadmin-support] Problems editing tables

2007-06-04 Thread Dave Page
Roland Martin wrote: > Hi, > > I've been having trouble editing a couple of tables in pgAdmin 1.6.3. > The same operation works fine in 1.4.1, so I assume it's some sort of bug... > > The only tables (as far as I can tell) that are affected are PostGIS > 'geometry_columns' tables. Before anyone a

Re: [pgadmin-support] problems compiling PGAdmin III 1.6.1 with

2006-12-07 Thread Dave Page
[EMAIL PROTECTED] wrote: that worked fine. but now if i make install i get /usr/bin/ld: cannot find -lcrypto is that a ssl-problem? Guess so - you'll need to figure out what package it comes with on Ubuntu and install it. Regards, Dave. ---(end of broadcast)

Re: [pgadmin-support] problems compiling PGAdmin III 1.6.1 with ubuntu 6.06

2006-12-07 Thread Christian.Strobl
> -Ursprüngliche Nachricht- > Von: Dave Page [mailto:[EMAIL PROTECTED] > Gesendet: Mittwoch, 6. Dezember 2006 15:47 > An: Strobl, Christian > Cc: pgadmin-support@postgresql.org > Betreff: Re: [pgadmin-support] problems compiling PGAdmin III > 1.6.1 with ub

Re: [pgadmin-support] problems compiling PGAdmin III 1.6.1 with ubuntu

2006-12-06 Thread Dave Page
[EMAIL PROTECTED] wrote: hi all, i wanted to compile PGAdmin III 1.6.1 with ubuntu 6.06 according the compile-instructions at http://www.pgadmin.org/download/source.php and i got the following message configure: error: Your wxWidgets installation cannot support pgAdmin in the selected configu

Re: [pgadmin-support] Problems with window management in SQL query dialogue

2006-10-17 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Erwin Brandstetter > Sent: 17 October 2006 03:16 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Problems with window management in > SQL query dialogue > > Hi developers! > >

Re: [pgadmin-support] Problems with SVN win32 build.

2006-06-19 Thread Dave Page
Thanks, patch applied. /D > -Original Message- > From: Magnus Hagander [mailto:[EMAIL PROTECTED] > Sent: 19 June 2006 09:40 > To: Dave Page; Jeremy Palmer; pgadmin-support@postgresql.org > Subject: RE: [pgadmin-support] Problems with SVN win32 build. > > (

Re: [pgadmin-support] Problems with SVN win32 build.

2006-06-19 Thread Magnus Hagander
(sorry about the delay) > > 3) When the auto-completion TAB character option is set and you hit > > TAB when there is more than one table option, the auto-complete > > function will always select the first table in the list. It > might be > > better to use the same > > ctrl+space logic with a

Re: [pgadmin-support] Problems with SVN win32 build.

2006-06-12 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Dave Page > Sent: 12 June 2006 13:59 > To: Jeremy Palmer; pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] Problems with SVN win32 build. > > Hmm, seems lik

Re: [pgadmin-support] Problems with SVN win32 build.

2006-06-12 Thread Dave Page
ilto:[EMAIL PROTECTED] > Sent: 12 June 2006 10:14 > To: pgadmin-support@postgresql.org > Cc: Dave Page > Subject: RE: [pgadmin-support] Problems with SVN win32 build. > > Thanks for the reply. > > I have attached the schema dump > > Jeremy > > > -Origin

Re: [pgadmin-support] Problems with pgagent Jobs

2006-06-12 Thread Dave Page
> -Original Message- > From: Jim C. Nasby [mailto:[EMAIL PROTECTED] > Sent: 06 June 2006 22:13 > To: Selber, Heiko > Cc: Dave Page; pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] Problems with pgagent Jobs > > On Fri, Jun 02, 2006 at 03:57:2

Re: [pgadmin-support] Problems with SVN win32 build.

2006-06-12 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Jeremy Palmer > Sent: 05 June 2006 09:26 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Problems with SVN win32 build. > > I've compiled the trunk branch and have mostly had gr

Re: [pgadmin-support] Problems with pgagent Jobs

2006-06-06 Thread Jim C. Nasby
On Fri, Jun 02, 2006 at 03:57:21PM +0200, Selber, Heiko wrote: > Hi Dave, > > no need to send you the dumps; I compared them and saw what was wrong: Some > of the functions of pgagent were missing. > > Apparently, pgagent.sql had gone only halfway through when it was installed. > > I executed t

Re: [pgadmin-support] Problems with pgagent Jobs

2006-06-02 Thread Dave Page
> -Original Message- > From: Selber, Heiko [mailto:[EMAIL PROTECTED] > Sent: 02 June 2006 14:57 > To: Dave Page; pgadmin-support@postgresql.org > Subject: AW: [pgadmin-support] Problems with pgagent Jobs > > Hi Dave, > > no need to send you the dumps; I compared them and saw what > w

Re: [pgadmin-support] Problems with pgagent Jobs

2006-06-02 Thread Selber, Heiko
. Thank you for your help, Heiko > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Im Auftrag von Dave Page > Gesendet: Freitag, 2. Juni 2006 11:57 > An: Selber, Heiko; pgadmin-support@postgresql.org > Betreff: Re: [pgadmin-support] Problems

Re: [pgadmin-support] Problems with pgagent Jobs

2006-06-02 Thread Dave Page
> -Original Message- > From: Selber, Heiko [mailto:[EMAIL PROTECTED] > Sent: 01 June 2006 16:35 > To: Dave Page; pgadmin-support@postgresql.org > Subject: AW: [pgadmin-support] Problems with pgagent Jobs > > It is a different database on a different host, but the setup > should be > t

Re: [pgadmin-support] Problems with pgagent Jobs

2006-06-01 Thread Selber, Heiko
Hi Dave, thanks for your reply. > > 1. Under certain conditions the 'Jobs' icon doesn't appear in the > > pgadmin window. > > I can't imagine how 2 versions of pgAdmin could conflict in this way. > More likely I suspect you used a different maintenance DB (template1 > instead of postgres for exam

Re: [pgadmin-support] Problems with pgagent Jobs

2006-06-01 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Selber, Heiko > Sent: 01 June 2006 10:27 > To: pgadmin-support@postgresql.org > Subject: [pgadmin-support] Problems with pgagent Jobs > > Hello, > > I have two problems with pgagent jobs: > >

Re: [pgadmin-support] Problems displaying data from Query Tool and

2005-07-26 Thread Steve Martin
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On Behalf Of Steve Martin Sent: 25 July 2005 22:33 To: pgadmin-support@postgresql.org Subject: Re: [pgadmin-support] Problems displaying data from Query Tool and Hello Dave, Thanks for your reply, I also

Re: [pgadmin-support] Problems displaying data from Query Tool and

2005-07-26 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Steve Martin > Sent: 25 July 2005 22:33 > To: pgadmin-support@postgresql.org > Subject: Re: [pgadmin-support] Problems displaying data from > Query Tool and > > He

Re: [pgadmin-support] Problems displaying data from Query Tool and

2005-07-25 Thread Steve Martin
Hello Dave, Thanks for your reply, I also suspected that it has something to do with the threading. I have compiled PostgreSQL with --enable-thread-safety set and confirmed from the config.log that this option is set: : : It was created by PostgreSQL configure 8.0.3, which was generated b

Re: [pgadmin-support] Problems displaying data from Query Tool and View/Edit Data Tool.

2005-07-25 Thread Dave Page
Hi Steve, The main difference between those tools and the rest of the code is that they execute their queries in a separate thread. I wonder if PostgreSQL needs to be compiled with --enable-thread-safety on Solaris for pgAdmin to work as it should? Regards, Dave. > -Original Message- >

Re: [pgadmin-support] Problems with VB6 and PostGreSQL .....

2005-01-26 Thread Andreas Pflug
J.Itamar wrote: Dear developer friends, Lately, I have faced problems with Visual Basic 6 to access the data in a PostGreSQL table on Linux Red Hat through OLEDB. I established connection with the table, but I can't access the fields in a table, I believe the problems at the moment are

Re: [pgadmin-support] problems with debian+gnome2.2+pgadmin3

2004-12-22 Thread Raphaël Enrici
andre farias wrote: Hi Raphaël! Hi André, Just to let you know I've downgraded my Gnome to version 1.4 and everything(pgadmin) is working fine. Ok, I'll also try to backport 1.2.0 as soon as I have more time. My Debian version is 3.0r2(woody stable) and the Gnome backport 2.2 was downloaded f

Re: [pgadmin-support] problems with debian+gnome2.2+pgadmin3

2004-12-21 Thread andre farias
Hi Raphaël! Just to let you know I've downgraded my Gnome to version 1.4 and everything(pgadmin) is working fine. My Debian version is 3.0r2(woody stable) and the Gnome backport 2.2 was downloaded from: http://ftp.acc.umu.se/mirror/mirrors.evilgeniuses.org.uk/debian/backports/woody http://mirror.

Re: [pgadmin-support] problems with debian+gnome2.2+pgadmin3

2004-12-18 Thread Raphaël Enrici
andre farias wrote: Hi Raphaël. Hi André, sorry for the delay, i think you've got it! mmmh not sure we got it all ;) all other gtk applications give me the same error "GTK: cannot open display" when lauched at the console tty1 echo $DISPLAY gives me nothing at tty1 ok, so this part is normal: pgA

Re: [pgadmin-support] problems with debian+gnome2.2+pgadmin3

2004-12-14 Thread andre farias
Hi Raphaël. i think you've got it! all other gtk applications give me the same error "GTK: cannot open display" when lauched at the console tty1 echo $DISPLAY gives me nothing at tty1 i've opened the gnome terminal and there pgadmin3 gives me segmentation fault and the echo $DISPLAY gives me :

Re: [pgadmin-support] problems with debian+gnome2.2+pgadmin3

2004-12-14 Thread Raphaël Enrici
andre farias a écrit : hi there! Hi André, i'm having problems in a debian box running gnome 2.2 i´ve installed pgadmin3 and when i try to execute it at the console prompt ít gives me the following message "GTK cannot open display". Please, can you precise which pgAdmin III version you are run

Re: [pgadmin-support] problems in connecting to a server

2004-05-11 Thread Pedro Quaresma de Almeida
Em Terça, 11 de Maio de 2004 19:49, escreveste: > hi! > > in my pg_hba.conf file i have this: > local all all trust > # IPv4-style local connections: > hostall all 127.0.0.1 255.255.255.255 trust > # > > and everyth

Re: [pgadmin-support] problems in connecting to a server

2004-05-11 Thread Pedro Quaresma de Almeida
Em Terça, 11 de Maio de 2004 10:25, Pedro Quaresma de Almeida escreveu: > Hi > >I have two Debian systems, both with > > psql (PostgreSQL) 7.4.2 > pgadmin3 1.0.2 > > but in one of them (the laptop) I am unable to make a connection with > pgadmin3, I always get: > > -- > 2004-05-11 10:13:12

Re: [pgadmin-support] Problems with editor

2003-12-28 Thread Andreas Pflug
Lafriks wrote: Thanks ;) and it would be realy nice if someone could find out where is the problem why can't enter latvian special characters in query window.. The most interesting thing about that is... some chars I can enter and some I can't :) Lafriks, could you investigate this further?

Re: [pgadmin-support] Problems with editor

2003-12-23 Thread Lafriks
Thanks ;) and it would be realy nice if someone could find out where is the problem why can't enter latvian special characters in query window.. The most interesting thing about that is... some chars I can enter and some I can't :) Lafriks Andreas Pflug wrote: Lafriks wrote: Just hit reload

Re: [pgadmin-support] Problems with editor

2003-12-23 Thread Andreas Pflug
Lafriks wrote: Just hit reload to get it. Currently, a freshly inserted/updated row isn't reread automatically. but that's not the way it should happen ;) at least I think so :) Christmas is near, so you can put it on the wish list... I'll put it on TODO.txt. Regards, Andreas ---

Re: [pgadmin-support] Problems with editor

2003-12-23 Thread Andreas Pflug
Lafriks wrote: I know it should insert anything but after inserting it should display correctly what _is_ inserted including default values. Otherwise I have to close and reopen window to see what is realy inserted. Just hit reload to get it. Currently, a freshly inserted/updated row isn't rere

Re: [pgadmin-support] Problems with editor

2003-12-22 Thread Lafriks
Andreas Pflug wrote: Lauris BukÅis wrote: Hi! In query window I can't enter latvian special characters like "Å", "Å", etc. That is a real problem for me ;) I've heard that problem before, but can't imagine what should cause this. Which platform/version are you using? Win2K, pgAdminIII 1.0.

Re: [pgadmin-support] Problems with editor

2003-12-22 Thread Andreas Pflug
Lauris BukÅis wrote: Hi! In query window I can't enter latvian special characters like "Å", "Å", etc. That is a real problem for me ;) I've heard that problem before, but can't imagine what should cause this. Which platform/version are you using? Second thing is that when editing table dat

Re: [pgadmin-support] Problems using PGAdmin III

2003-10-26 Thread Együd Csaba
gt; Cc: Pgadmin-Support (E-mail) > Subject: Re: [pgadmin-support] Problems using PGAdmin III > > > Együd Csaba wrote: > > >Dear Jean-Michel, > >I'm succeeded to subscribe this list. Thank you. > > > > > > > >>You can register the su

Re: [pgadmin-support] Problems using PGAdmin III

2003-10-26 Thread Andreas Pflug
Együd Csaba wrote: Dear Jean-Michel, I'm succeeded to subscribe this list. Thank you. You can register the support mailing list from: http://www.pgadmin.org/pgadmin3/support.php#support_list Done. The euro display problem is an encoding problem. The euro sign is not part of an

Re: [pgadmin-support] Problems to be solved as soon as possible.

2003-09-25 Thread Andreas Pflug
Hiren, you're on the wrong list; this is for pgAdmin issues, not about the PostgreSQL backend. Please do your posting on pgsql-sql to get answers for your problem. Regards, Andreas PS you need to state the version of the PostgreSQL server, not the Linux server to get detailed support. The Gu

Re: [pgadmin-support] Problems with pg_dump

2003-03-07 Thread Dave Page
Hi Ben, This is off-topic for this list which is specifically for issues with the pgAdmin application. Please try somewhere like [EMAIL PROTECTED] Regards, Dave. > -Original Message- > From: Ben Ramsey [mailto:[EMAIL PROTECTED] > Sent: 06 March 2003 20:49 > To: [EMAIL PROTECTED] > Subje

Re: [pgadmin-support] problems Visual Basic after migration

2003-01-29 Thread Dave Page
Title: Message Do your tables have mixed case names? If so, either use the option in the Migration Wizard to make them lower case, or quote them in your application.   Regards, Dave. -Original Message-From: Andrea (G&F) [mailto:[EMAIL PROTECTED]] Sent: 29 January 2003 19:4

Re: [pgadmin-support] Problems with pgAdmin V1.4.2

2002-12-06 Thread Dave Page
Title: Message Hi Simon (again :-) ) -Original Message-From: Simon Hart [mailto:[EMAIL PROTECTED]] Sent: 05 December 2002 21:29To: [EMAIL PROTECTED]Subject: [pgadmin-support] Problems with pgAdmin V1.4.2   - If I edit table data in the SQL output data viewer, I can

Re: [pgadmin-support] Problems with pgAdmin V1.4.2

2002-12-06 Thread Dave Page
Title: Message   -Original Message-From: Simon Hart [mailto:[EMAIL PROTECTED]] Sent: 05 December 2002 21:29To: [EMAIL PROTECTED]Subject: [pgadmin-support] Problems with pgAdmin V1.4.2 Hi,   First many thanks for pgAdminII.   You're welcome.   I've only just s

Re: [pgadmin-support] problems seeing all objects v1.4.0

2002-11-20 Thread Dave Page
Hi, > -Original Message- > From: c f [mailto:[EMAIL PROTECTED]] > Sent: 20 November 2002 20:46 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] problems seeing all objects v1.4.0 > > > I tried installing (complete) pgAdminII V1.4.0 on my Win2000 > box to connect > to PG V7.2.1 on

Re: [pgadmin-support] problems initializing migration

2002-11-12 Thread Dave Page
Title: Message Hi Denise,   Unfortunately pgAdmin doesn't play nicely with Access's bizarre security. Probably your best be is to take a copy of the database you are trying to migrate, and remove all security from it before you start. It might be easier to copy all the tables etc into anothe

Re: [pgadmin-support] problems with PGADMINII

2002-09-08 Thread Dave Page
Title: Message Hi,   Try (re)installing MDAC 2.6 or higher from www.microsoft.com/data.   Regards, Dave. -Original Message-From: Joaquin [mailto:[EMAIL PROTECTED]] Sent: 08 September 2002 11:21To: [EMAIL PROTECTED]Subject: [pgadmin-support] problems with PGADMINII My pr

Re: [pgadmin-support] Problems viewing a table called "user" in

2002-08-30 Thread Jesús Gil
unsuscribe ---(end of broadcast)--- TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]

Re: [pgadmin-support] Problems viewing a table called "user" in

2002-08-13 Thread Rod Taylor
This would cost an extra query for every query, but you could let the DB manage it with: select quote_ident('user'); Just pile on all of the identifiers into a list and use the results for the real query. This way it'll work across all versions of Postgresql as well as future ones without any

Re: [pgadmin-support] Problems viewing a table called "user" inpgAdmin 1.3.6

2002-08-13 Thread Dave Page
> -Original Message- > From: Rod Taylor [mailto:[EMAIL PROTECTED]] > Sent: 13 August 2002 13:03 > To: Dave Page > Cc: Johan Mjönes; [EMAIL PROTECTED] > Subject: Re: [pgadmin-support] Problems viewing a table > called "user" inpgAdmin 1.3.6 > >

Re: [pgadmin-support] Problems viewing a table called "user" in pgAdmin 1.3.6

2002-08-13 Thread Dave Page
> -Original Message- > From: Johan Mjönes [mailto:[EMAIL PROTECTED]] > Sent: 13 August 2002 13:02 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] Problems viewing a table called > "user" in pgAdmin 1.3.6 > > > Hello, > > We're having problems with the new dev version av pgAdmin

Re: [pgadmin-support] Problems with detail on relationships

2002-07-16 Thread Dave Page
Title: Message   -Original Message-From: Carlos Leyán B. [mailto:[EMAIL PROTECTED]] Sent: 16 July 2002 16:12To: [EMAIL PROTECTED]Subject: [pgadmin-support] Problems with detail on relationships Dear pgAdmin's support team:   I'm