Re: [pgadmin-support]

2002-12-05 Thread Ligia Pimentel
try... alter table prueba add column id varchar(15); remember, for some reason, you can only add columns one by one. Good Luck. Ligia Pimentel --- Carlos Cobos <[EMAIL PROTECTED]> wrote: > > > hi people ! > I'm trying to change a structure of a table but I > don't know how a use alter > tab

[pgadmin-support]

2002-12-05 Thread Carlos Cobos
hi people ! I'm trying to change a structure of a table but I don't know how a use alter table in psql but doesn´t work always give me a parser error can you explein how to do by the why pgadmin don't have a plugins to do that [root@dns1 root]# su -l postgres bash-2.05$ psql iutepalsc Welcome

Fw: [pgadmin-support] unsubscribe

2002-12-05 Thread Macropac
  - Original Message - From: Macropac To: [EMAIL PROTECTED] Sent: Tuesday, December 03, 2002 4:25 PM Subject: [pgadmin-support] unsubscribe unsubscribe

[pgadmin-support] unsubscribe

2002-12-05 Thread Macropac
unsubscribe

[pgadmin-support] unsubscribe

2002-12-05 Thread Macropac
unsubscribe ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html

Re: [pgadmin-support] Support - Access Migration - autonumber field becomes INT4

2002-12-05 Thread Dave Page
Hi, I've updated this to int8. The max value is the default from PostgreSQL btw... There is an updated DLL on cvs.pgadmin.org in the binaries directory if you wish to give it a shot. Regards, Dave. > -Original Message- > From: Carlos Leite [mailto:[EMAIL PROTECTED]] > Sent: 05 Decembe

[pgadmin-support] Support - Access Migration - autonumber field becomes INT4

2002-12-05 Thread Carlos Leite
I´m trying to migrate an access Database using Database Migration Wizard. The wizard define the sequences like that -- Sequence: agente_visita_id_agentevisita_k CREATE SEQUENCE agente_visita_id_agentevisita_k INCREMENT 1 MINVALUE 1 MAXVALUE 9223372036854775807 CACHE 1; SELECT setval('agente_visi