PostgreSQL解読室:
Oid/postgresql-8.1.4
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
開始行:
このページを編集する際は、[[編集に関する方針]]に従ってく...
*概要 [#o042184d]
-対象:8.1.4
-言語:C
-[[postgresql-8.1.4/src/include/postgres_ext.h]]にて定義
-データ型Oidをunsigned intの別名として定義。
*実装 [#g5c29609]
typedef unsigned int Oid;
*備考 [#dcc39b77]
-[[オブジェクトID>PostgreSQL関連用語]]の定義。
-[[オブジェクトID>PostgreSQL関連用語]]はPostgreSQLの基本...
* Object ID is a fundamental type in Postgres.
*履歴 [#xccb28c6]
-作者:[[testnoda/ページ作者]]
-日付:2006/8/3
|更新日|更新者|更新内容|
|2006/8/6|[[testnoda/ページ作者]]|[[oid>PostgreSQL関連用...
|2006/9/13|[[testnoda/ページ作者]]|コメントを備考に移動|
終了行:
このページを編集する際は、[[編集に関する方針]]に従ってく...
*概要 [#o042184d]
-対象:8.1.4
-言語:C
-[[postgresql-8.1.4/src/include/postgres_ext.h]]にて定義
-データ型Oidをunsigned intの別名として定義。
*実装 [#g5c29609]
typedef unsigned int Oid;
*備考 [#dcc39b77]
-[[オブジェクトID>PostgreSQL関連用語]]の定義。
-[[オブジェクトID>PostgreSQL関連用語]]はPostgreSQLの基本...
* Object ID is a fundamental type in Postgres.
*履歴 [#xccb28c6]
-作者:[[testnoda/ページ作者]]
-日付:2006/8/3
|更新日|更新者|更新内容|
|2006/8/6|[[testnoda/ページ作者]]|[[oid>PostgreSQL関連用...
|2006/9/13|[[testnoda/ページ作者]]|コメントを備考に移動|
ページ名: