anonymous Log in
Search
Recents:
v3.0
postgresql-l
Reorganization
24/05/13 19:46

nfabianf9481

Replies: 1


Buenas Compañeros que tal?
Estoy trabajando con GX X Ev2 U2 y Postgres 9.0

Que propiedades tengo q modificar la que en la Reorganization no me cree
tablas temporales y altere las tablas directamente.
tengo en la propiedad Reoganization Options=-nogui -ignoreresume

Por ejemplo quite un atributo de una tabla y agregue tres, y cuando
reorganizo el analisis de impacto me tira

CREATE TABLE GXA0018 (Sistema Id smallint NOT NULL DEFAULT
nextval('Sistema Id'), Sistema Nom VARCHAR(80) NOT NULL , Sistema Des
TEXT , Sistema ActUsu CHAR(20) , Sistema ActFecHor timestamp without
time zone , Sistema Img BYTEA , Sistema ArcNom VARCHAR(40) ,
Sistema ArcExt CHAR(3) , Sistema Ico BYTEA , Sistema Ico GXI
VARCHAR(2048) )

Run conversion program for table Sistema

DROP TABLE Sistema

ALTER TABLE GXA0018 RENAME TO Sistema

ALTER TABLE Sistema
ADD PRIMARY KEY ( Sistema Id )


Gracias. Saludos.

-----------------------------------------
Para Suscribirse/Desuscribirse:
http://www.gxtechnical.com/cgi-bin/hforum.exe?2,3,30,24
Por consultas owner-postgresql-l@gxtech.com.uy
Replies

nfabianf9481

24/05/13 16:46
Buenas Compañeros que tal? Estoy trabajando con GX X Ev2 U2 y Postgres 9.0 Que propiedades tengo q modificar la que en la Reorganization no me cree tablas temporales y altere las tablas directamente. tengo en la propiedad Reoganization Options=-nogui -ignoreresume Por ejemplo quite un atributo de una tabla y agregue tres, y cuando reorganizo el analisis de impacto me tira CREATE TABLE GXA0018 (Sistema_Id smallint NOT NULL DEFAULT nextval('Sistema_Id'), Sistema_Nom VARCHAR(80) NOT NULL , Sistema_Des TEXT , Sistema_ActUsu CHAR(20) , Sistema_ActFecHor timestamp without time zone , Sistema_Img BYTEA , Sistema_ArcNom VARCHAR(40) , Sistema_ArcExt CHAR(3) , Sistema_Ico BYTEA , Sistema_Ico_GXI VARCHAR(2048) ) Run conversion program for table Sistema DROP TABLE Sistema ALTER TABLE GXA0018 RENAME TO Sistema ALTER TABLE Sistema ADD PRIMARY KEY ( Sistema_Id ) Gracias. Saludos. ----------------------------------------- Para Suscribirse/Desuscribirse: http://www.gxtechnical.com/cgi-bin/hforum.exe?2,3,30,24 Por consultas owner-postgresql-l@gxtech.com.uy


Back to postgresql-l