Movatterモバイル変換


[0]ホーム

URL:



Facebook
Postgres Pro
Facebook
Downloads
Chapter 62. BKI Backend Interface
Prev UpPart VII. InternalsHome Next

Chapter 62. BKI Backend Interface

Backend Interface (BKI) files are scripts in a special language that is understood by thePostgres Pro backend when running in thebootstrap mode. The bootstrap mode allows system catalogs to be created and filled from scratch, whereas ordinary SQL commands require the catalogs to exist already.BKI files can therefore be used to create the database system in the first place. (And they are probably not useful for anything else.)

initdb uses aBKI file to do part of its job when creating a new database cluster. The input file used byinitdb is created as part of building and installingPostgres Pro by a program namedgenbki.pl, which reads some specially formatted C header files in thesrc/include/catalog/ directory of the source tree. The createdBKI file is calledpostgres.bki and is normally installed in theshare subdirectory of the installation tree.

Related information can be found in the documentation forinitdb.


Prev Home Next
61.6. Database Page Layout Up 62.1. BKI File Format
pdfepub
Go to Postgres Pro Standard 9.6
By continuing to browse this website, you agree to the use of cookies. Go toPrivacy Policy.

[8]ページ先頭

©2009-2025 Movatter.jp