Re: [pgadmin-support] tab from scratch tab

2010-08-19 Thread Sim Zacks
On 18-Aug-2010 1:20 AM, Guillaume Lelarge wrote: > Hi, > > Le 16/08/2010 08:18, Sim Zacks a écrit : >> I am using pgAdmin 1.10.3 >> >> Query Tool. >> >> When I am working in the scratch pad and hit the tab button, it does a >> tab on the last place I

[pgadmin-support] tab from scratch tab

2010-08-15 Thread Sim Zacks
I am using pgAdmin 1.10.3 Query Tool. When I am working in the scratch pad and hit the tab button, it does a tab on the last place I was in the SQL Editor. This can be very confusing as when I hit delete after I realize what it did, it deletes from the scratch pad. The behavior that I would

Re: [pgadmin-support] run-away query

2008-08-12 Thread Sim Zacks
I stopped the query this morning after 24 hours of running, restarted pgadmin and restarted the postgresql server. I ran the query again and it went relatively quickly (only 1.3 hours). I don't know what went wrong, but apparently something did. Sim Sim Zacks wrote: > I am running a

[pgadmin-support] run-away query

2008-08-11 Thread Sim Zacks
I am running a query in PGAdmin. I changed the storage on a bytea field from External to Main and then ran update dbmail_messageblks set messageblk=messageblk || ''; so that it would move all the rows to the new storage. This is a very large table, so I actually expect it to take a long tim

Re: [pgadmin-support] bug report

2006-09-24 Thread Sim Zacks
> The design is intended to allow you to modify options and try again, or > to cancel the whole operation. I'm not sure how that's any different > from any of the other dialogues - click the OK button and an attempt is > made to create an object for example - if an error occurs you can change > opt

[pgadmin-support] bug report

2006-09-20 Thread Sim Zacks
This is a bug I reported a number of versions back, but it is still here. 1.6 Beta 1 If you restore a database and there are warnings when you click OK it tries to do the backup again. You have to click Cancel, which is counter intuitive. Thank You Sim Zacks IT Manager CompuLab 04-829-0145

[pgadmin-support] bug report

2006-09-20 Thread Sim Zacks
f the servers that I have defined in PGAdmin show up in the list, but none of the databases. I am really enjoying the new version. Keep up the good work. Sim Zacks ---(end of broadcast)--- TIP 2: Don't 'kill -9' the postmaster

Re: [pgadmin-support] How to access table from one database to another database

2006-07-04 Thread Sim Zacks
I can think of numerous examples where someone might want to run a query against databases on different databases or servers. I don't think it has anything to do with design. You might think it is better to move the data together before running the query, but that takes a lot more time and effort

Re: [pgadmin-support] About decode function

2006-06-27 Thread Sim Zacks
try: select case sex when 'M' then 'Male when 'F' then Female' end from std Sim Hi, I have knowledge in Oracle.Now we are using postgresql..., In oracle... select decode(sex,'M','Male','F','Female') from std; It r

Re: [pgadmin-support] BUG: Wrong Explain diagram

2005-12-26 Thread Sim Zacks
I like the connection drop down menu. I use it all the time. Thank You Sim > > 2. Connection pull down menu too wide and need too rare. Maybe for you. > IMHO best solution move it in 'File' menu for making > butt

Re: [pgadmin-support] bug restore window

2005-11-21 Thread Sim Zacks
Sim Zacks wrote: > Version 1.4.0 > When you restore a database and there are no problems the Ok button > turns into a Done button. Clicking on this closes the window. > When there are errors or warnings, t

[pgadmin-support] bug restore window

2005-11-20 Thread Sim Zacks
Version 1.4.0 When you restore a database and there are no problems the Ok button turns into a Done button. Clicking on this closes the window. When there are errors or warnings, the OK button stays an ok button and clicking on it attempts to do the restore again. To get out of the window you must

Re: [pgadmin-support] [1.4rc1] Can't change column type

2005-11-06 Thread Sim Zacks
tless. Sim Zacks CIO CompuLab 04-829-0145 - Office 04-832-5251 - Fax Joost Kraaijeveld Askesis.nl> writes: > Does this work (replace the names according to your schema)? > > BEGIN; > ALTER TABLE t

Re: [pgadmin-support] Bug/Feature request: Triggers

2005-09-21 Thread Sim Zacks
. Thank You Sim Zacks CIO CompuLab 04-829-0145 - Office 04-832-5251 - Fax Folks, Version of pgadmin3 : 1.2.2 Version of postgresql : 8.0.3 Operating Platform : SuSE 9.3 Professional IA-32 Summary: Triggers subtree

Re: [pgadmin-support] Scroll Cursor Bug?

2005-06-20 Thread Sim Zacks
1) You don't have a Begin. The format is Declare then Begin and then lastly End 2) My understanding is that these error messages would come directly from the server and not the query tool. Have you tried running the same query using psql? Sim

Re: [pgadmin-support] Fwd: [NOVICE] Autocommit in Postgresql

2005-05-14 Thread Sim Zacks
I personally prefer it the way it is. I am not migrating from Oracle, which could be the reason. If I want a transaction, I specify it. If I don't want a transaction I don't specify it. I think a lot more people would have issues if they run a couple dozen queries and then turn it off and forget t

Re: [pgadmin-support] Query regarding Bulk Import

2005-04-18 Thread Sim Zacks
James, I was unaware that you could BCP data from SQL server to PostGreSQL. I will have to look into that for the future. Thank You Sim Zacks CIO CompuLab 04-829-0145 - Office 04-832-5251 - Fax Hi Sim / Dheeman

Re: [pgadmin-support] Query regarding Bulk Import

2005-04-18 Thread Sim Zacks
I'd use DTS Thank You Sim Zacks CIO CompuLab 04-829-0145 - Office 04-832-5251 - Fax Hi, I'm a new user of postgres. Earlier my database was sqlserver . now i want to perform BULK IMPORT of data from Sq

Re: [pgadmin-support] Execute a function?

2005-03-14 Thread Sim Zacks
If you have a function that returns a recordset instead of just a value then you would have to do a select * from functionname You can also try reading the documentation on functions. I believe section 35 discusses the various pl languages. Sim _

Re: [pgadmin-support] Bug: PGAdmin + plpythonu + windows

2004-10-20 Thread Sim Zacks
PostGreSQL 8.0 beta1 PGAdmin 1.2.0 Beta 2 I can call it a plpython bug, if that is the problem. I just figured to send it to you because that's where I experienced the issue. Also I don't "know" that is the problem, just an assumption based on behavior. Thank You Sim Zacks IT

[pgadmin-support] Bug: PGAdmin + plpythonu + windows

2004-10-19 Thread Sim Zacks
he problem appears to be do to the windows CRLF as opposed to the *NIX LF. Thank You Sim Zacks IT Manager CompuLab 04-829-0145 - Office 04-832-5251 - Fax ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index sc