Ribamar Sousa escreveu: > > Aqui acusa que não tenho foo.OID (minha versão? 8.2.9). >
Veja o parâmetro default_with_oids em seu postgresql.conf: http://www.postgresql.org/docs/8.2/interactive/runtime-config-compatible.html#GUC-DEFAULT-WITH-OIDS e também: "If OIDS is not specified, the default setting depends upon the default_with_oids configuration parameter. (If the new table inherits from any tables that have OIDs, then OIDS=TRUE is forced even if the command says OIDS=FALSE.) If OIDS=FALSE is specified or implied, the new table does not store OIDs and no OID will be assigned for a row inserted into it." em WITH ( storage_parameter [= value] [, ... ] ) em: http://www.postgresql.org/docs/8.2/interactive/sql-createtable.html Osvaldo _______________________________________________ pgbr-geral mailing list [email protected] https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
