| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/django/contrib/postgres/__pycache__/ |
Upload File : |
�
�|�e� � � � d dl Z d dlZd dlmZ d dlmZ d dlmZ d dlmZ e j � � d� � � Z
e j � � d� � � Zd� ZdS ) � N)�ProgrammingError)�register_hstore)�connections)�NO_DB_ALIASc �X � t | � � � 5 }|� d� � g }g }|D ]8}|� |d � � |� |d � � �9t |� � t |� � fcddd� � S # 1 swxY w 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�rows �A/usr/lib/python3/dist-packages/django/contrib/postgres/signals.py�get_hstore_oidsr s� � �
�%� &� -� -� /� /� .�6����
'�
�
�
� ���
�� &� &�C��K�K��A��������c�!�f�%�%�%�%��T�{�{�E�*�-�-�-�.� .� .� .� .� .� .� .� .� .� .� .���� .� .� .� .� .� .s �A2B�B#�&B#c �� � t | � � � 5 }|� d� � t d� |D � � � � cddd� � S # 1 swxY w Y dS )zReturn citext array OIDs.z5SELECT typarray FROM pg_type WHERE typname = 'citext'c 3 �&