gooderp18绿色标准版
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 line
3.4KB

  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /><title>69.3. BKI File Format</title><link rel="stylesheet" type="text/css" href="stylesheet.css" /><link rev="made" href="pgsql-docs@lists.postgresql.org" /><meta name="generator" content="DocBook XSL Stylesheets V1.79.1" /><link rel="prev" href="system-catalog-initial-data.html" title="69.2. System Catalog Initial Data" /><link rel="next" href="bki-commands.html" title="69.4. BKI Commands" /></head><body><div xmlns="http://www.w3.org/TR/xhtml1/transitional" class="navheader"><table width="100%" summary="Navigation header"><tr><th colspan="5" align="center">69.3. <acronym xmlns="http://www.w3.org/1999/xhtml" class="acronym">BKI</acronym> File Format</th></tr><tr><td width="10%" align="left"><a accesskey="p" href="system-catalog-initial-data.html" title="69.2. System Catalog Initial Data">Prev</a> </td><td width="10%" align="left"><a accesskey="u" href="bki.html" title="Chapter 69. System Catalog Declarations and Initial Contents">Up</a></td><th width="60%" align="center">Chapter 69. System Catalog Declarations and Initial Contents</th><td width="10%" align="right"><a accesskey="h" href="index.html" title="PostgreSQL 12.4 Documentation">Home</a></td><td width="10%" align="right"> <a accesskey="n" href="bki-commands.html" title="69.4. BKI Commands">Next</a></td></tr></table><hr></hr></div><div class="sect1" id="BKI-FORMAT"><div class="titlepage"><div><div><h2 class="title" style="clear: both">69.3. <acronym class="acronym">BKI</acronym> File Format</h2></div></div></div><p>
  3. This section describes how the <span class="productname">PostgreSQL</span>
  4. backend interprets <acronym class="acronym">BKI</acronym> files. This description
  5. will be easier to understand if the <code class="filename">postgres.bki</code>
  6. file is at hand as an example.
  7. </p><p>
  8. <acronym class="acronym">BKI</acronym> input consists of a sequence of commands. Commands are made up
  9. of a number of tokens, depending on the syntax of the command.
  10. Tokens are usually separated by whitespace, but need not be if
  11. there is no ambiguity. There is no special command separator; the
  12. next token that syntactically cannot belong to the preceding
  13. command starts a new one. (Usually you would put a new command on
  14. a new line, for clarity.) Tokens can be certain key words, special
  15. characters (parentheses, commas, etc.), numbers, or double-quoted
  16. strings. Everything is case sensitive.
  17. </p><p>
  18. Lines starting with <code class="literal">#</code> are ignored.
  19. </p></div><div class="navfooter"><hr /><table width="100%" summary="Navigation footer"><tr><td width="40%" align="left"><a accesskey="p" href="system-catalog-initial-data.html">Prev</a> </td><td width="20%" align="center"><a accesskey="u" href="bki.html">Up</a></td><td width="40%" align="right"> <a accesskey="n" href="bki-commands.html">Next</a></td></tr><tr><td width="40%" align="left" valign="top">69.2. System Catalog Initial Data </td><td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td><td width="40%" align="right" valign="top"> 69.4. <acronym class="acronym">BKI</acronym> Commands</td></tr></table></div></body></html>
上海开阖软件有限公司 沪ICP备12045867号-1