Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/django/contrib/postgres/__pycache__/ |
Upload File : |
o ��a� � @ sl d dl Z d dlZd dlmZ d dlmZ d dlmZ d dlmZ e � � dd� �Z e � � dd � �Zd d� ZdS )� N)�ProgrammingError)�register_hstore)�connections)�NO_DB_ALIASc C sx t | �� �,}|�d� g }g }|D ]}|�|d � |�|d � qt|�t|�fW d � S 1 s5w Y dS )z$Return hstore and hstore array OIDs.zlSELECT t.oid, typarray FROM pg_type t JOIN pg_namespace ns ON typnamespace = ns.oid WHERE typname = 'hstore'r � N)r �cursor�execute�append�tuple)�connection_aliasr �oids� array_oids�row� r �A/usr/lib/python3/dist-packages/django/contrib/postgres/signals.py�get_hstore_oids s �$�r c C sL t | �� �}|�d� tdd� |D ��W d � S 1 sw Y dS )zReturn citext array OIDs.z5SELECT typarray FROM pg_type WHERE typname = 'citext'c s s � | ]}|d V qdS )r Nr )�.0r r r r � <genexpr>"