[pgadmin-support] Connection ODBC

2003-01-07 Thread Daniel
s for all... From Brazil Sds, Daniel    

[pgadmin-support] Connection ODBC

2003-01-10 Thread Daniel
    Gostaria de saber como o PostgreSQL consegue conectar-se automaticamente com o servidor postmaster sem necessidade de start manual do mesmo;   O que devo fazer ?   Sds. Daniel

[pgadmin-support] help

2008-06-17 Thread daniel
Hello ! I'm using your application Pgadmin a lot. I have a question : where is the server list saved ? i can't find any file on my computer with this info. I need to install the same configuration on a lot of computers and I can't find a quick solution. My OS : Windows Xp -- Sent via pgadmin-s

[pgadmin-support] Question

2008-06-19 Thread daniel
Is there a tool to convert postgresql backups (sql.gz files) to Pgadmin Backups ? Thank you -- -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] Question

2008-06-19 Thread daniel
Dave Page wrote: On Thu, Jun 19, 2008 at 8:34 AM, daniel <[EMAIL PROTECTED]> wrote: Is there a tool to convert postgresql backups (sql.gz files) to Pgadmin Backups ? With the exception of PLAIN format dumps, they are entirely compatible because pgAdmin just calls p

[pgadmin-support] pgAdmin crashes when showing "Guru Hint - Server denies access" with Polish locale

2014-02-26 Thread daniel
fix this. Windows 7 Pro SP1 (English version) pgAdmin installed from binary package, version 1.18.1 Regards, Daniel -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

[pgadmin-support] unsubscribe

2002-12-07 Thread Daniel Chang
unsubscribe Daniel Chang, Software Engineer, Changsoft, Inc. <> ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

[pgadmin-support] unsubscribe

2003-08-16 Thread Daniel Chang
unsubscribe

[pgadmin-support] unsubscribe

2003-09-11 Thread Daniel Chang
unsubscribe <> ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[pgadmin-support] BUG: spaces in passwords

2004-02-18 Thread Daniel Risacher
password after the space. For reference, I'm using pgAdmin III 1.0.2 on Win2k against PostgreSQL 7.4.1 on sparc-sun-solaris2.9, compiled by GCC gcc (GCC) 3.3 -- "The blues are multicolored." -- Dave Lambert Daniel Risacher [EMAIL PROTECTED]

Re: [pgadmin-support] [PHP] Secure DB Systems - How to

2004-07-13 Thread Daniel Struck
earches using a hash or encrypted value. You can also perform regex searches. Here is an example to get you started: CREATE TABLE crypto ( id SERIAL PRIMARY KEY, title VARCHAR(50), crypted_contentBYTEA ); INSERT INTO crypto VALUES (1,'test1',encrypt_

Re: [pgadmin-support] [PHP] Secure DB Systems - How to

2004-07-13 Thread Daniel Struck
able to get the log-file of postgresql. So one would also have to make attention that the information like sql statements don't leak that way. Are there other places where this kind of information could leak? Greetings, Daniel Struck -- Retrovirology Laboratory Luxembourg Centre Hospitalie

[pgadmin-support] BUG in New Server Dialog

2004-10-27 Thread Daniel Espinosa
In the Entry for Password need be hiden the caracteres, now it show the password you write! = >>> Trabajar es la mejor arma para tu superación. _ Do You Yahoo!? La mejor conexión a internet y 25MB extra a tu correo por $100 a

[pgadmin-support] printing table-structure

2005-03-20 Thread Daniel Seichter
loped in Delphi ( I am really new pgadmin). Hope to find an answer here Daniel ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send an appropriate subscribe-nomail command to [EMAIL PROTECTED] so that your

[pgadmin-support] Order columns

2005-04-07 Thread Daniel Seichter
Hello, isn't there a function for reorder columns of an existing table? Daniel ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Antw: (possibly spam: 8.6484) Re: [pgadmin-support] Order columns

2005-04-07 Thread Daniel Seichter
Hello, ok, thank you. Daniel >>> Andreas Pflug <[EMAIL PROTECTED]> 07.04.2005 14:36 >>> Daniel Seichter wrote: > Hello, > > isn't there a function for reorder columns of an existing table? No, and there never will be, this was discussed exhaustively on p

[pgadmin-support] Add 'CHECK( length(fieldname) > 0 )' to a field

2005-06-21 Thread Daniel Seichter
so maybe it isn't possible or I have to take a look to something. But to what? Thank you in advance Daniel Seichter ---(end of broadcast)--- TIP 7: don't forget to increase your free space map settings

[pgadmin-support] FR: import textfile as new records

2005-07-19 Thread Daniel Seichter
Hello, I want to import some data as comma seperated list (or separated with |) but I don't know how? I get a list with values, which I have to INSERT into a table. What possibilities I have? Using snapshot build from 5th July under Win32 (server is linux) Thanks D

[pgadmin-support] RFE: Make Control+Enter execute query

2006-09-05 Thread Daniel Serodio
If this is the wrong place for RFE's, I'm sorry, please point me to the right one. I'd like to request that Control+Enter execute the query in the "pgAdmin III Query" window, to make it more consistent with similar tools. Thanks in advance, Daniel Serodio -

Re: [pgadmin-support] RFE: Make Control+Enter execute query

2006-09-05 Thread Daniel Serodio
"Dave Page" wrote: > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of > > Daniel Serodio > > Sent: 05 September 2006 20:34 > > To: pgadmin-support@postgresql.org > > Subject: [pgadmin-support] R

[pgadmin-support] Menu accelerators don't work when another window has a modal dialog open

2006-12-14 Thread Daniel Segall
e Open File Dialog alone. 3. Switch to the other Query window. Type in a query. 4. Try to execute by pressing F5. (Bug - doesn't work) 5. Try to execute by selecting Query -> Execute with the mouse. (Works fine) Platform: WinXP SP2 pgAdmin III 1.6.1, English, Binary distribution

[pgadmin-support] Using Quotation marks.

2007-08-09 Thread Daniel Mendes
Hello, I am using postgres installed in two different computers, in one I have to do the queries using quotation marks (select * from "Table") and in the other I can do select * from Table. What can I do to disable the use of quotation marks? Thanks Daniel Go

[pgadmin-support] Version 1.8, Windows version

2007-11-05 Thread Daniel Degasperi
Hello, when i open a database i can't find tree node "aggregates" in the database object browser. The tree node "aggregates" was shown in version 1.61 Best regards Daniel Degasperi -- Daniel Degasperi Software De

[pgadmin-support] Wish: Option to remove pg_temp and pg_toast from views

2010-10-26 Thread Daniel Migowski
ublic schema, without navigation down along 200 useless items, which shouldn't even be removed ("Just ignore them" is official statement). Please ad an Option in PGAdmin to exclude these schemata specifically. Thank you VERY MUCH in advance, this is so annoying. Regards, Daniel

[pgadmin-support] Stop pgpass.conf EOL conversion

2014-09-04 Thread Daniel Browning
Do you agree with modifying pgAdmin so that it stops converting the EOL characters in the pgpass.conf file from unix-style (\n) to Windows-style (\r\n)? It works fine with unix-style line endings, and if the file is in that format already, I think it should leave well enough alone. The reason

Re: [pgadmin-support] Stop pgpass.conf EOL conversion

2014-09-05 Thread Daniel Browning
On Friday 05 September 2014 12:57:21 am Dave Page wrote: > On Thu, Sep 4, 2014 at 11:23 PM, Daniel Browning wrote: > > Do you agree with modifying pgAdmin so that it stops converting the EOL > > characters in the pgpass.conf file from unix-style (\n) to Windows-style > > (\r

Re: [pgadmin-support] Stop pgpass.conf EOL conversion

2014-09-05 Thread Daniel Browning
On Friday 05 September 2014 12:38:26 pm Dave Page wrote: > pgAdmin writes that file whenever a user successfully logs into a server > with a new password for the first time, and opts to save it. Ah, that probably explains what happened to me. I had all my passwords already setup in pgpass, and ev

[pgadmin-support] Error when deleting multiple databases: "Maintenance database can't be dropped."

2015-01-18 Thread Daniel Hahler
;ve suspected it to be a regression in 1.20 (which I've just upgraded to also), but then the bug is now also there with 1.18. Thanks, Daniel. -- http://daniel.hahler.de/ signature.asc Description: OpenPGP digital signature

[pgadmin-support] Error when deleting multiple databases: "Maintenance database can't be dropped."

2015-01-19 Thread Daniel Hahler
orrectly, this used to work before - and I've suspected it to be a regression in 1.20 (which I've just upgraded to also), but then the bug is now also there with 1.18. Thanks, Daniel. -BEGIN PGP SIGNATURE- Version: GnuPG v1 iD8DBQFUu9gMfAK/hT/mPgARAvuuAKCrVfZs0LjNXAcZ+Ex4Ov89N

[pgadmin-support] What does "+01" mean in a timestamp field

2015-05-28 Thread Daniel Grace
What does "+01" mean in a timestamp field, for example: "2015-06-28 22:00:00+01" I am assuming it is timezone information. Thanks

[pgadmin-support] Bug: rows in Query Output pane are too narrow with higher DPI

2016-04-21 Thread Daniel Hahler
cations via the XSETTINGS specification). I am using "Xft/DPI 180224" (176 * 1024), but it's even more obvious with "Xft/DPI 256000" (250dpi). TEST CASE: 1. run xsettingsd: xsettingsd -c <(echo "Xft/DPI 256000") 2. run pgadmin3 and look at the splash screen an

[pgadmin-support] Cannot connect to Postgres without allowing non-SSL connections in pg_hba.conf

2016-07-22 Thread Daniel Buus
min 3, however, will still fail to connect with SSL required, but with the non-SSL-allowing rule in pg_hba.conf it will now successfully connect if I explicitly disable SSL in the connection settings. Any idea why this is? Thanks in advance, Daniel -- Sent via pgadmin-support mailing list (pga

[pgadmin-support] unable to restore database

2017-03-03 Thread Daniel Küppers
e tools in pgAdmin4? Environment: pgAdmin4 1.2, Windows 10 Regards, Daniel -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgadmin-support

Re: [pgadmin-support] unable to restore database

2017-03-03 Thread Daniel Küppers
things break in the new ui or wont even show up, take extraordinary long and now this happening. Thanks Dave for the working build. Test build here: https://developer.pgadmin.org/~dpage/pgadmin4-1.2-x86.exe On Fri, Mar 3, 2017 at 10:05 AM, Murtuza Zabuawala wrote: Hi Daniel, This is a bug and

[pgadmin-support] Where are Logfiles stored?

2017-03-31 Thread Daniel Küppers
Hi, i want to know if and when where pgAdmin4 stores Logfiles. Im seeking two error notices that happend on a database restore. I couldn't find a hint in the official documentation. regards, Daniel -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make chang

Re: [pgadmin-support] Where are Logfiles stored?

2017-03-31 Thread Daniel Küppers
Many thanks! Sadly, the errors on import didn't got catched by the logfile. Any hint how can i configure this to protocol errors of imports? *Environment* Version: 1.3 Python Version: 2.7.12 Flask Version: 0.11.1 Application Mode: Desktop Windows 10 Pro 64 Bit regards, Daniel Am 31.03.20

Re: [pgadmin-support] making me love pgAdmin III

2017-05-19 Thread Daniel Küppers
Am 19.05.2017 um 10:04 schrieb Dave Page: On Fri, May 19, 2017 at 7:36 AM, Tomek wrote: 18 maja 2017 22:43 - "Dave Page" : On 18 May 2017, at 21:09, Eric Hill wrote: Hey, I don’t mean to hurt anyone’s feelings or anything, but is it not obvious to everyone that pgAdmin 4 (I have versio

[pgadmin-support] Error when editing data on a table

2017-05-26 Thread Daniel Grace
26] __libc_start_main Is this a bug in the pgAdmin software or is something awry in my configuration? Thanks, Daniel

bug ins installation of Migration PlugIn

2002-02-23 Thread Daniel F. Gaspary
u. I'm Using Windows 2000 professional, I imagine that is the cause of the problems. Well, how can I fix the problems ?? Whats the right procedure to install the plugin on windows 2000?? Daniel p.s.: Sorry, my english is terrible, I know. :)

[pgadmin-support] download broken

2002-08-13 Thread Armbrust, Daniel C.
The download for pgAdminII v1.3.60 (Alpha release) on http://pgadmin.postgresql.org/downloads/ is broken. The zip file gives a crc error when you try to unzip it. * Daniel C. Armbrust Medical Informatics Research Information Services Mayo Clinic Rochester

[pgadmin-support] BUG - does not handle empty strings properly

2002-08-13 Thread Armbrust, Daniel C.
e value as "", it just leaves out that column, which causes the database to try to set it to NULL, but NULL is not a legal value for the column. ***** Daniel C. Armbrust Medical Informatics Research Information Services M

[pgadmin-support] download broken

2002-08-14 Thread Armbrust, Daniel C.
The download for pgAdminII v1.3.60 (Alpha release) on http://pgadmin.postgresql.org/downloads/ is broken. The zip file gives a crc error when you try to unzip it. * Daniel C. Armbrust Medical Informatics Research Information Services Mayo Clinic Rochester

Re: [pgadmin-support] download broken

2002-08-14 Thread Armbrust, Daniel C.
. * Daniel C. Armbrust Medical Informatics Research Information Services Mayo Clinic Rochester * -Original Message- From: Dave Page [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 14, 2002 2:51 AM To: Armbrust, Daniel C.; [EMAIL

[pgadmin-support] migration problems with 1.3.60 alpha + gui issues

2002-08-14 Thread Armbrust, Daniel C.
And the new version is not doing it? * Daniel C. Armbrust Medical Informatics Research Information Services Mayo Clinic Rochester * ---(end of broadcast)--- TIP 3: if posting/reading through

Re: [pgadmin-support] pgAdmin 1.3.76

2002-08-19 Thread Armbrust, Daniel C.
t to be some sort of odd error with Mozilla, however, both version 1.2 and 1.3.76 work fine when downloaded with mozila. I reported it to Mozilla, and while it was not previously unheard of, most people reported back wfm (works for me) * Daniel C. Armbrust Medical

Re: [pgadmin-support] Import

2002-08-27 Thread Armbrust, Daniel C.
Check out your logging: Tools-> Options->Logging The default level of Errors and SQL queries will probably be enough to sort out what is going on, but if not, you can up it to Debug or Full Debug, rerun the export, and then view the log file. * Da

[pgadmin-support] Add a user to a group of tables?

2002-08-28 Thread Armbrust, Daniel C.
Is there a quick way to give a user permissions on multiple tables at once? * Daniel C. Armbrust Medical Informatics Research Information Services Mayo Clinic Rochester * ---(end of broadcast

Re: [pgadmin-support] Add a user to a group of tables?

2002-08-28 Thread Armbrust, Daniel C.
Wow, one would think I would notice the Security Wizard so nevermind my silly question. * Daniel C. Armbrust Medical Informatics Research Information Services Mayo Clinic Rochester * -Original Message- From: Armbrust

Re: [pgadmin-support] unsubscribe

2002-12-03 Thread Armbrust, Daniel C.
Maybe some of you "unsubscribe" fools could take the time to actually use the web. http://pgadmin.postgresql.org/pgadmin2.php?ContentID=4 It took me all of 2 seconds to find the instructions for how to unsubscribe. A direct link off the front page. Wow. That was hard. Since you are apparently

[pgadmin-support] Security settings

2003-07-17 Thread Armbrust, Daniel C.
I've managed to mess up the permissions on all of the tables in one of my databases One way or another. I'm not sure of the actual sequence of events, but I think that a user of the database got deleted, while it was set as having privileges on these tables. Ever since then, things have be

Re: [pgadmin-support] Security settings

2003-07-18 Thread Armbrust, Daniel C.
I got the error figured out this morning... The clients were having issues, because the user that was removed was the owner of the tables. So, the tables effectively had no owner, causing pgadmin do have different issues in different versions. I was able to get it fixed (only with the new pgadm

[pgadmin-support] trying to import mysql database - crash

2003-08-04 Thread Armbrust, Daniel C.
Title: Message I'm trying to copy a database from mySql to postgres - I'd like to compare their performance in a specific application.   I'm trying to use the database migration wizard in pgadmin 1.6.0.  (Is there a better way to duplicate this database across?)  Right after I click next aft

[pgadmin-support] Implementing Replication via pgAdmin

2007-09-17 Thread Daniel B. Thurman
I have tried to follow the pgAdmin slony support in the help sections of pgAdmin and it seems to be inconsistent. For example, it is not intuitively clear from the help sections how exactly to setup the master and slave configurations. From a windows client perspective, it seems that one must us

Re: [pgadmin-support] Implementing Replication via pgAdmin

2007-09-17 Thread Daniel B. Thurman
e' since the 'Cluster Name' must have a value and 'OK' remains greyed out. So I am at loss to go any further... Any advice? >-Original Message- >From: Dave Page [mailto:[EMAIL PROTECTED] >Sent: Monday, September 17, 2007 8:58 AM >To: Da

[pgadmin-support] pgAdmin3, v1.8.0 BETA-5

2007-09-17 Thread Daniel B. Thurman
As recommended, I downloaded and installed pgAdmin v1.8.0-beta5 and ran into some problems: 1) The update.bat script failed to update the v1.6.3 release that came integrated with the postgreSQL v1.8.2 release. Failing that, I proceeded to install the complete program into a seperate dire

Re: [pgadmin-support] pgAdmin3, v1.8.0 BETA-5

2007-09-17 Thread Daniel B. Thurman
Uh, forgot to also mention that the pgAdmin exe icon is missing and shows some sort of an image but not that of ol' ele ;) >-Original Message- >From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Daniel B. >Thurman >Sent: Monday, September 17, 2007 2:50 PM

Re: [pgadmin-support] Implementing Replication via pgAdmin

2007-09-17 Thread Daniel B. Thurman
>> Thanks Dave. >> >> But I am having some trouble trying to get replication to work. >> >> Here is what I did: >> >> 1) On master server: >>a) I registered: lib/slevent.dll >>b) I register as a service: slon -regservice >>c) slon -listengines >> 2 engine(s) registered for serv

Re: [pgadmin-support] pgAdmin3, v1.8.0 BETA-5

2007-09-18 Thread Daniel B. Thurman
> >Daniel B. Thurman wrote: >> Uh, forgot to also mention that the pgAdmin exe icon is missing >> and shows some sort of an image but not that of ol' ele ;) > >What colour depth is your display running at? Can you post a small >screenshot? > >Thanks, Dave

Re: [pgadmin-support] Implementing Replication via pgAdmin

2007-09-18 Thread Daniel B. Thurman
I have gone over the following document: http://www.slony.info/documentation/firstdb.html To get some idea of what is going on (at the manual level) as to how replication services works. From what I have done, was to manually start the slon for the master and server sides the following: MASTER:

[pgadmin-support] Seems that majordomo stopped working for pgAdmin-support?

2007-09-19 Thread Daniel B. Thurman
For some reason, I sent a post and it has never reached the pgAdmin-support site, nor have I been receving any more new or replied postings? I noticed this problem occurred yesterday (9/18/07) somtime in the afternoon (~1:00PM PST)? Thanks - Dan No virus found in this outgoing message. Checked

Re: [pgadmin-support] [RESENT]Implementing Replication via pgAdmin

2007-09-19 Thread Daniel B. Thurman
>>> I changed an entry in the myTest database table and I do not >>> see this value replicated to the slave db. Is there something >>> more I need to do after coming >>> this far along? >>> >>> So far I see: >>> >>> >>> I am not sure where to look for any activities... >> >>I only see one

Re: [pgadmin-support] Seems that majordomo stopped working for pgAdmin-support?

2007-09-19 Thread Daniel B. Thurman
>For some reason, I sent a post and it has never reached the >pgAdmin-support >site, nor have I been receving any more new or replied >postings? I noticed this >problem occurred yesterday (9/18/07) somtime in the afternoon >(~1:00PM PST)? > >Thanks - >Dan > I have received this message, but I

Re: [pgadmin-support] Seems that majordomo stopped working forpgAdmin-support?

2007-09-19 Thread Daniel B. Thurman
>> >For some reason, I sent a post and it has never reached the >> >pgAdmin-support >> >site, nor have I been receving any more new or replied >> >postings? I noticed this >> >problem occurred yesterday (9/18/07) somtime in the afternoon >> >(~1:00PM PST)? >> > >> >Thanks - >> >Dan >> > >> >>

Re: [pgadmin-support] Implementing Replication via pgAdmin

2007-09-19 Thread Daniel B. Thurman
As suggested by Dave, The following link is a jpeg File, size 274K, showing the pgAdmin3 setup I have so far. Note that there are a couple of problems already found: 1) The Cluster name is now: CopperMasterCluster. I think that slonik does not like '-' characters. 2) The entries for dbname

Re: [pgadmin-support] Implementing Replication via pgAdmin

2007-09-19 Thread Daniel B. Thurman
>> >I see that my Master and Slave replication process is not >> >even running so at this point I am not sure how to start >> >them running. > >Are the slons running? They should be started from the Services control >panel applet after the engines are registered. When they are, check the >connect

Re: [pgadmin-support] Implementing Replication via pgAdmin

2007-09-20 Thread Daniel B. Thurman
Configuring Replication on Windows, using pgAdmin3 v8.0 Beta 5 == On Master: == 1) Adding a new Master Replication Set: a) Right-click 'Replication', and select: 'New slony-I Cluster...' b) UnCheck: Join existing cluster c) Enter: Cluster name: MasterClust

Re: [pgadmin-support] Implementing Replication via pgAdmin

2007-09-21 Thread Daniel B. Thurman
>> All is fine except that these slons are running as >> foreground processes and cannot be backgrounded and >> killing the command window will terminate the process! >> How can I get the slons running without resorting to >> using command windows to start the replication processes? > >Install t

[pgadmin-support] Replication Sets

2007-09-21 Thread Daniel B. Thurman
What are the "rules" when defining the ID's for the replication sets for both the master and slaves? I was not able to glean from the online help if it makes any difference as to what values are chosen for the IDs when creating a new replication set and whether or not there should or should not b

[pgadmin-support] 1 Master and 2 Slaves... (Replication)

2007-09-22 Thread Daniel B. Thurman
I started out with a simple master and slave server arrangement and was successfully able to get the master to replicate to the slave. But once I added a second slave, things got much more confusing. I had assumed that adding replication to a second slave server, the relationship would remain

Re: [pgadmin-support] 1 Master and 2 Slaves... (Replication)

2007-09-22 Thread Daniel B. Thurman
> >I started out with a simple master and slave server >arrangement and was successfully >able to get the master to replicate to the slave. But once I >added a second slave, things >got much more confusing. > >I had assumed that adding replication to a second slave >server, the relationship woul

[pgadmin-support] pgAdmin3 v1.8.0 Beta 5: Moves Windows desktop icons around.

2007-09-22 Thread Daniel B. Thurman
Strange as it seems, but that's right. I noticed that the use of PgAdmin has the habit of moving windows desktop icons around! I keep trying to but them back but it keeps doing it! It does not happen every time but randomly, so it seems. Dan No virus found in this outgoing message. Checked by

Re: [pgadmin-support] 1 Master and 2 Slaves... (Replication)

2007-09-22 Thread Daniel B. Thurman
>On 22/09/2007 15:00, Daniel B. Thurman wrote: > >> I started out with a simple master and slave server >arrangement and was successfully >> able to get the master to replicate to the slave. But once I >added a second slave, things >> got much more confusing. >

[pgadmin-support]

2007-09-26 Thread Daniel B. Thurman
My objective is to setup and test replication, starting with a Master and Slave-1 server, and once replication has worked, to add an additional Slave-2 server for replication. All of the replication configuration was done strictly via pgAdmin3 v8.0-beta-5. M

Re: [pgadmin-support]

2007-09-28 Thread Daniel B. Thurman
>Daniel B. Thurman wrote: >> Thanks for some details and it helps, except the following step: >> >> 10) Create Paths on the master to both slaves, and on each >slave back to >> the master. Create the paths under each node on the master, using >> the

Re: [pgadmin-support] pgAdmin III v1.8.0 RC 1 released

2007-10-10 Thread Daniel B. Thurman
>From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Dave Page >Sent: Wednesday, October 10, 2007 1:31 AM >To: pgadmin-hackers; pgAdmin Support; [EMAIL PROTECTED] >Subject: [pgadmin-support] pgAdmin III v1.8.0 RC 1 released > > >I'm pleased to announce the release of pgAdmin III v1.8.0 Rel

Re: [pgadmin-support] pgAdmin III v1.8.0 RC 1 released

2007-10-10 Thread Daniel B. Thurman
>From: [EMAIL PROTECTED] >[mailto:[EMAIL PROTECTED] Behalf Of Hiroshi Saito >Sent: Wednesday, October 10, 2007 10:22 AM >To: Daniel B. Thurman; pgAdmin Support >Subject: Re: [pgadmin-support] pgAdmin III v1.8.0 RC 1 released > > >Hi. > >From: "Daniel B. Thurman&q

[pgadmin-support] ERROR

2010-11-10 Thread Leandro Daniel Seghezzo
win XP SP2Spanishpgadmin3-1.12.1AVISO DE CONFIDENCIALIDAD: Este mensaje y cualquier archivo adjunto que lo acompañe es para ser utilizado por el receptor y contiene información que puede ser privilegiada, confidencial o de propiedad intelectual de acuerdo a la ley aplicable. Si Ud. no es el recepto

[pgadmin-support] RFE: Use JOIN instead of WHERE in Graphical Query Builder

2012-07-17 Thread Daniel Serodio (lists)
I'm using pgAdmin 1.14.3, and its Graphical Query Builder generates WHERE clauses for joins. It would be nice if it generated JOIN clauses instead. Thanks in advance, Daniel Serodio -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscri

Re: [pgadmin-support] RFE: Use JOIN instead of WHERE in Graphical Query Builder

2012-07-17 Thread Daniel Serodio (lists)
Nelson A. de Oliveira wrote: Hi! On Tue, Jul 17, 2012 at 7:36 PM, Daniel Serodio (lists) wrote: I'm using pgAdmin 1.14.3, and its Graphical Query Builder generates WHERE clauses for joins. It would be nice if it generated JOIN clauses instead. Is there any kind of difference between

[pgadmin-support] RFE: Use JOIN instead of WHERE in Graphical Query Builder

2012-07-18 Thread Daniel Serodio (lists)
I'm using pgAdmin 1.14.3, and its Graphical Query Builder generates WHERE clauses for joins. It would be nice if it generated JOIN clauses instead. Thanks in advance, Daniel Serodio -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To make changes to your subscri

Re: [pgadmin-support] RFE: Use JOIN instead of WHERE in Graphical Query Builder

2012-07-23 Thread Daniel Serodio (lists)
Guillaume Lelarge wrote: On Tue, 2012-07-17 at 20:06 -0300, Daniel Serodio (lists) wrote: Nelson A. de Oliveira wrote: Hi! On Tue, Jul 17, 2012 at 7:36 PM, Daniel Serodio (lists) wrote: I'm using pgAdmin 1.14.3, and its Graphical Query Builder generates WHERE clauses for joins. It

[pgadmin-support] Horizontal scroll on OS X bug

2012-07-24 Thread Daniel Serodio (lists)
Horizontal scroll using the mouse wheel (while holding Shift) or by dragging on the touchpad with two fingers doesn't work on OS X. I can only scroll horizontally using the scrollbar. Regards, Daniel Serodio -- Sent via pgadmin-support mailing list (pgadmin-support@postgresql.org) To

[pgadmin-support] RFE: Alises in WHERE clauses

2012-09-17 Thread Daniel Serodio (lists)
It would be nice if PostgreSQL supported column aliases in WHERE clauses, eg: SELECT left(value, 1) AS first_letter FROM some_table WHERE first_letter > 'a'; Is this the proper mailing list for such feature requests? Thanks in advance, Daniel Serodio -- Sent via pgadmin-su

Re: [pgadmin-support] RFE: Alises in WHERE clauses

2012-09-17 Thread Daniel Serodio (lists)
Raymond O'Donnell wrote: On 17/09/2012 21:24, Daniel Serodio (lists) wrote: It would be nice if PostgreSQL supported column aliases in WHERE clauses, eg: SELECT left(value, 1) AS first_letter FROM some_table WHERE first_letter> 'a'; Is this the proper mailing list for suc

[pgadmin-support] problem with pgAdmin 4 on Windows

2016-11-30 Thread Harasty, Daniel J
Greetings, I'm trying to install pgAdmin 4 on my Windows laptop (without installing the full version of PostgreSQL) so that I can admin my 9.3 server on a nearby Ubuntu box. The download of version 1.1 and install seemed to work fine. However, upon launching, I get stuck in a loop of where th