PostgreSQL
 sql >> Baza danych >  >> RDS >> PostgreSQL

Czy tworzenie rozszerzenia działa w trybie pojedynczego użytkownika w postgresie?

W każdym razie, teraz mam komentarz do listy mailingowej PostgreSQL .

/*
 * 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. Database
  2.   
  3. Mysql
  4.   
  5. Oracle
  6.   
  7. Sqlserver
  8.   
  9. PostgreSQL
  10.   
  11. Access
  12.   
  13. SQLite
  14.   
  15. MariaDB
  1. jooq - problem z rozpoznawaniem postgresu UNIKALNE ograniczenie

  2. Czy klucz obcy postgres oznacza indeks?

  3. Zdalne połączenie PostgreSQL z pgAdmin

  4. tworzyć unikalne ograniczenia na użytkownika

  5. Pobierz nazwę miesiąca z daty w PostgreSQL