Vertaling van "plpythonu" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Il a donc été renommé en plpythonu.
Seuls les superutilisateurs peuvent créer des fonctions dans des langages sans confiance comme plpythonu.
Only superusers can create functions in untrusted languages such as plpythonu.
Pour créer une transformation pour le type hstore et le langage plpythonu, il faut d'abord définir le type et le langage
To create a transform for type hstore and language plpythonu, first set up the type and the language
Le langage nommé plpythonu implémente PL/Python suivant la variante par défaut du langage Python, qui est actuellement Python 2.
The language named plpythonu implements PL/Python based on the default Python language variant, which is currently Python 2.
Le langage de procédures PL/Python permet l'écriture de fonctions PostgreSQL avec le langage Python (mais voir aussi Section 44.1, « Python 2 et Python 3 »). Pour installer PL/Python dans une base de données particulières, utilisez CREATE EXTENSION plpythonu.
Database written in the Python language. To install PL/Python in a particular database, use CREATE EXTENSION plpythonu, or from the shell command line use createlang plpythonu dbname (but see also Section 42.1).
Modification de PL/Python en langage sans confiance, maintenant appelé plpythonu (Kevin Jacobs, Tom)
Make PL/Python an untrusted language, now called plpythonu (Kevin Jacobs, Tom)
Les utilisateurs existants et ceux qui ne sont pas actuellement intéressés par Python 3 utilisent le nom plpythonu et n'ont rien à changer pour l'instant.
Existing users and users who are currently not interested in Python 3 use the language name plpythonu and don't have to change anything for the foreseeable future.
Pour installer PL/Python dans une base de données particulières, utilisez CREATE EXTENSION plpythonu.