[pgadmin-support] Stored Procedures Generator

2002-05-14 Thread Samuele Brignoli
Do you know if exists a tool that automagically generate stored procedures for an existing postgresql's table ? Maybe for insert, delete, update, this basic things.       Hi all, Samuele.

[pgadmin-support] Migrating a very large db

2002-04-04 Thread Samuele Brignoli
Hi all, I'm trying to migrate a very large db with the migration plug-in. It all goes well since one of the last table. It' s an out of memory error, I don't know if it's a server problem or an application problem. The log was : An error occured at: 4/4/2002 11:18:45 AM: -2147467259: Error while

R: [pgadmin-support] timestamp parse error --- *** Migration PLU

2002-04-03 Thread Samuele Brignoli
ge Inviato: Wednesday, April 03, 2002 10:21 AM A: '[EMAIL PROTECTED]'; [EMAIL PROTECTED] Oggetto: Re: [pgadmin-support] timestamp parse error --- *** Migration PLU > -Original Message- > From: Samuele Brignoli [mailto:[EMAIL PROTECTED]] > Sent: 28 March 2002 11:30

R: [pgadmin-support] timestamp parse error --- *** Migration PLUG-IN ***

2002-03-28 Thread Samuele Brignoli
e- Da: Dave Page [mailto:[EMAIL PROTECTED]] Inviato: giovedì 21 marzo 2002 9.35 A: '[EMAIL PROTECTED]'; [EMAIL PROTECTED]; Henshall, Stuart - WCP Oggetto: RE: [pgadmin-support] timestamp parse error --- *** Migration PLUG-IN *** > -----Original Message- > From: Samue

R: [pgadmin-support] timestamp parse error --- *** Migration PLUG-IN ***

2002-03-20 Thread Samuele Brignoli
rt into ts values('2001-12-04 00:00:00.0'); INSERT 408835 1 Regards, Dave. > -Original Message- > From: Samuele Brignoli [mailto:[EMAIL PROTECTED]] > Sent: 20 March 2002 17:00 > To: Henshall, Stuart - WCP; [EMAIL PROTECTED] > Subject: R: [pgadmin-support] timestamp

R: [pgadmin-support] timestamp parse error

2002-03-20 Thread Samuele Brignoli
0:00.0' AS timestamp) - Stuart > -Original Message- > From: Samuele Brignoli [mailto:[EMAIL PROTECTED]] > Sent: 25 January 2002 10:50 > To: [EMAIL PROTECTED] > Subject: [pgadmin-support] timestamp parse error > > > I'm trying to execute this : > > insert int

migration wizard question with timestamps

2002-02-26 Thread Samuele Brignoli
#x27;, '1', '2001-12-04 00.00.00', 'Aggiornamento EURO-KIT', 'kfdujcqkgp') I don't know how to make it works, can someone help me? Is it a bug in the wizard or a bad representation in my source db, or what ? Sa

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

pgadmin sql server migration timestamps

2002-02-15 Thread Samuele Brignoli
Hello, I'm trying to migrate a sql server db to a postgresql db using pgadmin 1.2.0 migration plugin. When doing that I obtain this error : Creating table: AHEPATCH Copying data... An error occured at: 15/02/2002 9.46.58: -2147467259: Error while executing the query; ERROR: Bad timestamp ext

timestamp parse error

2002-01-25 Thread Samuele Brignoli
I'm trying to execute this : insert into ahepatch(cpccchk,ptcodrel,ptdatins,ptdescri,ptnumpat,ptreleas) values ('kfdujcqkgp','1.02-A0001',2001-12-04 00:00:00.0,'Aggiornamento EURO-KIT',1,'1.2'); I obtain an error :"Parse error near or at "00". What is the problem ? The form 00:00:00.0 is contem