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
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
- Original Message -
From: Macropac
To: [EMAIL PROTECTED]
Sent: Tuesday, December 03, 2002 4:25 PM
Subject: [pgadmin-support] unsubscribe
unsubscribe
unsubscribe
unsubscribe
---(end of broadcast)---
TIP 5: Have you checked our extensive FAQ?
http://www.postgresql.org/users-lounge/docs/faq.html
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
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