Graphical ER Editor / Graphical Query Editor

2002-02-26 Thread Tim Finch, FosterFinch Ltd
Well, I'm toying with the idea of getting into helping pgAdmin development specifically on one or both of the above potential features. In order to assess whether I can/should/will etc. I thought I'd put out a general thread starter by asking those present here about requested / hoped-for li

Re: PGAdmin behaviour that is starting to get m

2002-02-26 Thread Dave Page
> -Original Message- > From: Ligia María Pimentel C. [mailto:[EMAIL PROTECTED]] > Sent: 26 February 2002 18:26 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] PGAdmin behaviour that is starting > to get me angry... > > > Hello, i'm sorry to sound sooo rude, but here is the thing

PGAdmin behaviour that is starting to get me angry...

2002-02-26 Thread Ligia María Pimentel C.
Hello, i'm sorry to sound sooo rude, but here is the thing... When I connect with pgadmin to any server, it leaves a connection to the server for each database I have created on that particular server, until I disconnect to that server, even if i'm only working on one specific database. My probl

Re: table and column comment

2002-02-26 Thread Dave Page
Samuele, I did reply to your original email on this problem. Here is my reply again: Hi, The error message you are getting actually comes from the PostgreSQL server - pgAdmin is just displaying it. Basically, it can't understand '2001-12-04 00.00.00' as a timestamp. I've tried this on my sys

migration wizard question with timestamps

2002-02-26 Thread Samuele Brignoli
I have still this problem migratin an sql server 2000 db to a postgresql one. The migration wizard throws me this error : - An error occured at: 26/02/2002 9.50.15: -2147467259: Error while executing the query; ERROR: Bad timestamp external representation '2001-12-04 00.00.00' --

R: table and column comment

2002-02-26 Thread Samuele Brignoli
Still here this question on date. This query cannot execute : INSERT INTO "ahepatch" ("ptcodrel", "ptreleas", "ptnumpat", "ptdatins", "ptdescri", "cpccchk") VALUES ('1.02-A0001 ', '1.2 ', '1', '2001-12-04 00.00.00', 'Aggiornamento EURO-KIT', 'kfdujcqkgp') w

Re: table and column comment

2002-02-26 Thread Dave Page
> -Original Message- > From: jack [mailto:[EMAIL PROTECTED]] > Sent: 26 February 2002 02:23 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] table and column comment > > > Hi, Dave > > I'm using pgadmin2 to develope an apllication on postgreSQL > server. Would you please advise