Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
PostgreSQL 9.4.1 Documentation
PrevUpChapter 43. PL/Python - Python Procedural LanguageNext

43.4. Sharing Data

The global dictionarySD is available to store data between function calls. This variable is private static data. The global dictionaryGD is public data, available to all Python functions within a session. Use with care.

Each function gets its own execution environment in the Python interpreter, so that global data and function arguments frommyfunc are not available tomyfunc2. The exception is the data in theGD dictionary, as mentioned above.


PrevHomeNext
Data ValuesUpAnonymous Code Blocks
Go to PostgreSQL 9.4
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp