

 Amazon Redshift 將不再支援從修補程式 198 開始建立新的 Python UDFs。現有 Python UDF 將繼續正常運作至 2026 年 6 月 30 日。如需詳細資訊，請參閱[部落格文章](https://aws.amazon.com/blogs/big-data/amazon-redshift-python-user-defined-functions-will-reach-end-of-support-after-june-30-2026/)。

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# STV\_CURSOR\_CONFIGURATION
<a name="r_STV_CURSOR_CONFIGURATION"></a>

STV\_CURSOR\_CONFIGURATION 顯示游標組態限制。如需詳細資訊，請參閱[游標限制條件](declare.md#declare-constraints)。

只有超級使用者可以看到 STV\_CURSOR\_CONFIGURATION。如需詳細資訊，請參閱[系統資料表和檢視中資料的可見性](cm_chap_system-tables.md#c_visibility-of-data)。

## 資料表欄
<a name="r_STV_CURSOR_CONFIGURATION-table-columns"></a>


| 欄名稱  | 資料類型  | 說明  | 
| --- | --- | --- | 
| current\_cursor\_count | integer | 目前已開啟的游標數量。 | 
| max\_diskspace\_usable | integer | 可供游標使用之磁碟空間量，以 MB 為單位。此限制根據叢集的最大游標結果集大小而定。 | 
| current\_diskspace\_used | integer | 目前游標使用之磁碟空間量，以 MB 為單位。 | 