रेल 4
Parent.includes(:child).where.not(children: {id: nil})
या
Parent.joins(:child).distinct
रेल 3
Parent.joins(:child).distinct
Parent.includes(:child).where.not(children: {id: nil})
या
Parent.joins(:child).distinct
Parent.joins(:child).distinct
क्या तालिका को संशोधित करने का कोई सुरक्षित तरीका है pg_constraint ताकि कोई और जाँच न की जाए (अस्थायी रूप से)?
क्या कोई मल्टीबाइट-जागरूक Postgresql Levenshtein है?
PostgreSQL में दो डेटाबेस के बीच डेटा की तुलना कैसे करें?
PostgreSQL के लिए ट्यूनिंग इनपुट/आउटपुट (I/O) संचालन
तालिका संरचना को नई तालिका में कॉपी करें