Perché PGADMIN3 imposta OIDS = false e proprietario su Postgres per impostazione predefinita?

dba.stackexchange https://dba.stackexchange.com/questions/39973

  •  31-10-2019
  •  | 
  •  

Domanda

Perché PGADMIN3 imposta automaticamente il proprietario della tabella postgres Quando è creato e impostato OIDS=FALSE? Sono nuovo a PostgreSQL e voglio conoscere il razionale alla base di questo comportamento predefinito.

-- Table: staging.mytable

-- DROP TABLE staging.mytable;

...

WITH (
  OIDS=FALSE
);

ALTER TABLE staging.mytable
OWNER TO postgres;

Nessuna soluzione corretta

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a dba.stackexchange
scroll top