sql >> Database >  >> RDS >> PostgreSQL

Werken extensies in de modus voor één gebruiker in Postgres?

Hoe dan ook, op dit moment heb ik een commentaar op de PostgreSQL-mailinglijst .

/*
 * Decide whether to create an array type over the relation's rowtype. We
 * do not create any array types for system catalogs (ie, those made
 * during initdb). We do not create them where the use of a relation as
 * such is an implementation detail: toast tables, sequences and indexes.
 */
if (IsUnderPostmaster && (relkind == RELKIND_RELATION ||
                          relkind == RELKIND_VIEW ||
                          relkind == RELKIND_MATVIEW ||
                          relkind == RELKIND_FOREIGN_TABLE ||
                          relkind == RELKIND_COMPOSITE_TYPE))
    new_array_oid = AssignTypeArrayOid();



  1. Mysql invoegen in 2 tabellen

  2. Intelligente MySQL GROUP BY voor activiteitenstromen

  3. Laravel Query Builder - Hoe kan ik optellen?

  4. In PHP wordt de fout 'PDO' niet gevonden tijdens het proberen verbinding te maken met Oracle DB