Re: [pgadmin-support] connecting to running db server

2012-08-23 Thread Jan-Peter Seifert
Hello, Am 23.08.2012 12:33, schrieb Roland Kaschek: > I try to get an instance of Postgres 9.1.5 ready for some SQL > programming. I have installed the software along with Drupal 7 and > mediaWiki. After starting the pgAdmin III it tells me the server is > running. So I try to connect to it using

[pgadmin-support] connecting to running db server

2012-08-23 Thread Roland Kaschek
Hi, I try to get an instance of Postgres 9.1.5 ready for some SQL programming. I have installed the software along with Drupal 7 and mediaWiki. After starting the pgAdmin III it tells me the server is running. So I try to connect to it using the respective button. Then the problem comes. I don't k

Re: [pgadmin-support] [pgadmin-hackers] [PATCH] Fix column SQL

2012-08-23 Thread Dave Page
On Thu, Aug 23, 2012 at 9:33 AM, Timon wrote: > I found it > http://archives.postgresql.org/pgadmin-support/2012-07/msg7.php Yeah, that was the most recent one (though, that was really about the "generate script" options), but I'm sure there was something previously. -- Dave Page Blog: http

Re: [pgadmin-support] [pgadmin-hackers] [PATCH] Fix column SQL

2012-08-23 Thread Timon
I found it http://archives.postgresql.org/pgadmin-support/2012-07/msg7.php 2012/8/23 Dave Page : > On Thu, Aug 23, 2012 at 7:19 AM, Timon wrote: >> attached patch fixes SQL of column in SQL pane. >> sql should be like >> ALTER TABLE table ADD COLUMN tms timestamp without time zone NOT NULL >>