#author("2017-08-15T19:15:39+09:00","default:haikikyou","haikikyou")
#author("2017-08-17T20:24:16+09:00","default:haikikyou","haikikyou")
[[PostgreSQL]]

Foreign Data Wrapperの理解を目的とした個人用Noteです。~
不定期に更新していきますが,挫折するかもしれません。。

&size(12){&color(white,red){ 注意 };};
&color(red){内容については調査の上記載しておりますが,誤りの可能性もあるため,利用については個人の責任でお願いします。};

#contents

* PostgreSQLソースリーディング [#maae09e0]

&size(12){&color(white,orange){ 注意 };}; 9.5系がベースです。

** backend [#kfa71644]

*** access [#k9e91523]
- [[heapam.c>PostgreSQL/開発/backend/access/heapam.c]]
** include [#d0f75965]

- [[fmgr.h>PostgreSQL/開発/include/fmgr.h]]
- [[dynloader.h>PostgreSQL/開発/include/dynloader.h]]

*** foreign [#rad6c2dc]
- [[foreign.h>PostgreSQL/開発/include/foreign/foreign.h]]
- [[fdwapi.h>PostgreSQL/開発/include/foreign/fdwapi.h]]
*** lib [#n6340e48]
- [[stringinfo.h>PostgreSQL/開発/include/lib/stringinfo.h]]

*** nodes [#l8e63802]

- [[bitmapset.h>PostgreSQL/開発/include/nodes/bitmapset.h]]


*** utils [#y9646198]

- [[memutils.h>PostgreSQL/開発/include/utils/memutils.h]]
- [[palloc.h>PostgreSQL/開発/include/utils/palloc.h]]
* プラグイン開発 [#g98768b0]

- [[拡張機能の構築基盤>./拡張機能の構築基盤]]
- [[ForeignDataWrapperの開発>./ForeignDataWrapperの開発]]
- [[Extensionの開発>./Extensionの開発]]
- [[複数のバージョンのPostgreSQLを入れる>PostgreSQL/開発/複数のバージョンのPostgreSQLを入れる]]

* フック [#wf57f3ec]

- [[https://wiki.postgresql.org/images/e/e3/Hooks_in_postgresql.pdf]] - &size(11){&color(gray){ https://wiki.postgresql.org };};

** フックの種類 [#g559cf13]

#ls2(PostgreSQL/開発/フック)
* PostgreSQL関連の参考リンク [#ia9b5c2f]

- [[wiki.postgresql.org>https://wiki.postgresql.org]] - &size(11){&color(gray){ https://wiki.postgresql.org] };};
- [[PostgreSQL 9.5.4文書>https://www.postgresql.jp/document/pg954doc/html/]] - &size(11){&color(gray){ https://www.postgresql.jp };};
- [[PostgreSQLのソースコード解析資料>http://ikubo.x0.com/PostgreSQL/pg_source.htm]] - &size(11){&color(gray){ http://ikubo.x0.com };};
- [[PostgreSQL を拡張せよ! - SRA OSS, Inc. 日本支社>https://www.sraoss.co.jp/event_seminar/2014/extend_postgres_20140618.pdf]] - &size(11){&color(gray){ 2014-06-18 db tech showcase B13 (14:00-14:50) - SRA OSS, Inc. 日本支社 高塚 遙 様 };};
- [[PostgreSQL の覚え書きのインデックス>http://www.nminoru.jp/~nminoru/postgresql/]] - &size(11){&color(gray){ http://www.nminoru.jp/~nminoru - @nminoru_jp様 };};
- [[PostgreSQL勉強会 分科会>https://www.postgresql.jp/wg/shikumi]] - &size(11){&color(gray){ https://www.postgresql.jp/wg/shikumi };};
- [[外部データラッパによる PostgreSQL の拡張>https://www.slideshare.net/babystarmonja/postgre-sql-11764943]] - &size(11){&color(gray){ https://www.slideshare.net/ - 株式会社メトロシステムズ 花田茂 様};};
- [[私が執筆した雑誌記事一覧>http://www2b.biglobe.ne.jp/~caco/magazines.html]] -  &size(11){&color(gray){ http://www2b.biglobe.ne.jp/~caco/ - 石井 達夫様 SRA OSS日本支社 };};
- [[PostgreSQL Internals>http://www.postgresqlinternals.org/index.php/%E3%83%A1%E3%82%A4%E3%83%B3%E3%83%9A%E3%83%BC%E3%82%B8]] - &size(11){&color(gray){ http://www.postgresqlinternals.org/ - 永安悟史 @snaga様 };};
- [[PostgreSQL最新ソース>https://doxygen.postgresql.org/index.html]] - &size(11){&color(gray){ https://doxygen.postgresql.org };};


トップ   一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
目次
ダブルクリックで閉じるTOP | 閉じる
GO TO TOP