├── .gitignore ├── LICENSE ├── PITCHME.md ├── PITCHME.yaml ├── README.md ├── _config.yml ├── _layouts └── website │ ├── languages.html │ └── page.html ├── book.json └── tw ├── .gitbook └── assets │ ├── 68.6.pagelayout.png │ ├── gin.png │ └── l9nt-o3vufybinnfqtx.png ├── FOOTER.md ├── README.md ├── SUMMARY.md ├── _layouts └── website │ └── page.html ├── appendixes ├── README.md ├── acronyms.md ├── additional-supplied-modules │ ├── README.md │ ├── adminpack.md │ ├── amcheck.md │ ├── auth_delay.md │ ├── auto_explain.md │ ├── bloom.md │ ├── btree_gin.md │ ├── dblink │ │ ├── README.md │ │ ├── dblink.md │ │ ├── dblink_build_sql_delete.md │ │ ├── dblink_build_sql_insert.md │ │ ├── dblink_build_sql_update.md │ │ ├── dblink_cancel_query.md │ │ ├── dblink_close.md │ │ ├── dblink_connect.md │ │ ├── dblink_connect_u.md │ │ ├── dblink_disconnect.md │ │ ├── dblink_error_message.md │ │ ├── dblink_exec.md │ │ ├── dblink_fetch.md │ │ ├── dblink_get_connections.md │ │ ├── dblink_get_notify.md │ │ ├── dblink_get_pkey.md │ │ ├── dblink_get_result.md │ │ ├── dblink_is_busy.md │ │ ├── dblink_open.md │ │ └── dblink_send_query.md │ ├── earthdistance.md │ ├── f.33.-postgres_fdw.md │ ├── file_fdw.md │ ├── hstore.md │ ├── pg_buffercache.md │ ├── pg_stat_statements.md │ ├── pg_trgm.md │ ├── pg_visibility.md │ ├── pgstattuple.md │ ├── postgres_fdw.md │ ├── sepgsql.md │ ├── tablefunc.md │ ├── test_decoding.md │ ├── tsm_system_rows.md │ ├── tsm_system_time.md │ └── uuid-ossp.md ├── additional-supplied-programs │ ├── README.md │ ├── client-applications │ │ ├── README.md │ │ ├── oid2name.md │ │ └── vacuumlo.md │ └── server-applications │ │ ├── README.md │ │ └── pg_standby.md ├── c.-sql-guan-jian-zi.md ├── color-support │ ├── README.md │ ├── configuring-the-colors.md │ └── when-color-is-used.md ├── d.-sql-xiang-rong-xing.md ├── d.-sql-xiang-rong-xing │ ├── README.md │ ├── d.2.-unsupported-features.md │ ├── d.3.-xml-limits-and-conformance-to-sql-xml.md │ └── supported-features.md ├── date-time-support │ ├── README.md │ ├── b.1.-ri-qi-shi-jian-jie-yi-liu-cheng.md │ ├── b.2.-ri-qi-shi-jian-guan-yong-zi.md │ ├── b.4.-ri-qi-shi-jian-de-yan-ge.md │ └── configuration.md ├── documentation.md ├── e.-ban-ben-zi-xun.md ├── g.-additional-supplied-programs │ ├── README.md │ ├── g.1.-client-applications │ │ ├── README.md │ │ ├── oid2name.md │ │ └── vacuumlo.md │ └── g.2.-server-applications │ │ ├── README.md │ │ └── pg_standby.md ├── glossary.md ├── h.-wai-bu-zhuan-an │ ├── README.md │ ├── h.1.-yong-hu-duan-jie-mian.md │ ├── h.2.-administration-tools.md │ ├── h.3.-procedural-languages.md │ └── h.4.-extensions.md ├── i.-the-source-code-repository │ ├── README.md │ └── i.1.-getting-the-source-via-git.md ├── j.-wen-jian-qu-de.md ├── k.-suo-xie-zi.md ├── postgresql-error-codes.md ├── postgresql-limits.md ├── release-notes │ ├── README.md │ └── release-14.md └── the-source-code-repository │ ├── README.md │ └── getting-the-source-via-git.md ├── assets └── 29271289.png ├── bibliography.md ├── client-interfaces ├── 34.-large-objects │ ├── 34.1.-introduction.md │ ├── 34.2.-implementation-features.md │ ├── 34.3.-client-interfaces.md │ ├── 34.4.-server-side-functions.md │ ├── 34.5.-example-program.md │ └── README.md ├── README.md ├── ecpg-embedded-sql-in-c │ ├── 35.1.-the-concept.md │ ├── 35.10.-processing-embedded-sql-programs.md │ ├── 35.11.-library-functions.md │ ├── 35.12.-large-objects.md │ ├── 35.13.-c++-applications.md │ ├── 35.14.-embedded-sql-commands.md │ ├── 35.15.-informix-compatibility-mode.md │ ├── 35.16.-internals.md │ ├── 35.2.-managing-database-connections.md │ ├── 35.3.-running-sql-commands.md │ ├── 35.4.-using-host-variables.md │ ├── 35.5.-dynamic-sql.md │ ├── 35.6.-pgtypes-library.md │ ├── 35.7.-using-descriptor-areas.md │ ├── 35.8.-error-handling.md │ ├── 35.9.-preprocessor-directives.md │ ├── README.md │ └── the-concept.md ├── libpq-c-library │ ├── 33.11.-miscellaneous-functions.md │ ├── 33.12.-notice-processing.md │ ├── 33.13.-event-system.md │ ├── 33.15.-mi-ma-dang.md │ ├── 33.16.-the-connection-service-file.md │ ├── 33.17.-ldap-lookup-of-connection-parameters.md │ ├── 33.18.-ssl-support.md │ ├── 33.19.-behavior-in-threaded-programs.md │ ├── 33.20.-building-libpq-programs.md │ ├── 33.6.-canceling-queries-in-progress.md │ ├── 33.7.-the-fast-path-interface.md │ ├── 33.8.-asynchronous-notification.md │ ├── 33.9.-functions-associated-with-the-copy-command.md │ ├── README.md │ ├── asynchronous-command-processing.md │ ├── connection-status-functions-2.md │ ├── connection-status-functions.md │ ├── control-functions.md │ ├── database-connection-control-functions.md │ ├── environment-variables.md │ ├── example-programs.md │ └── retrieving-query-results-row-by-row.md └── the-information-schema │ ├── 36.10.-collations.md │ ├── 36.11.-collation_character_set_applicability.md │ ├── 36.12.-column_domain_usage.md │ ├── 36.13.-column_options.md │ ├── 36.14.-column_privileges.md │ ├── 36.15.-column_udt_usage.md │ ├── 36.16.-columns.md │ ├── 36.18.-constraint_table_usage.md │ ├── 36.19.-data_type_privileges.md │ ├── 36.2.-data-types.md │ ├── 36.20.-domain_constraints.md │ ├── 36.21.-domain_udt_usage.md │ ├── 36.22.-domains.md │ ├── 36.23.-element_types.md │ ├── 36.24.-enabled_roles.md │ ├── 36.25.-foreign_data_wrapper_options.md │ ├── 36.26.-foreign_data_wrappers.md │ ├── 36.27.-foreign_server_options.md │ ├── 36.28.-foreign_servers.md │ ├── 36.29.-foreign_table_options.md │ ├── 36.3.-information_schema_catalog_name.md │ ├── 36.30.-foreign_tables.md │ ├── 36.32.-parameters.md │ ├── 36.34.-role_column_grants.md │ ├── 36.35.-role_routine_grants.md │ ├── 36.36.-role_table_grants.md │ ├── 36.37.-role_udt_grants.md │ ├── 36.38.-role_usage_grants.md │ ├── 36.39.-routine_privileges.md │ ├── 36.4.-administrable_role_authorizations.md │ ├── 36.40.-routines.md │ ├── 36.42.-sequences.md │ ├── 36.43.-sql_features.md │ ├── 36.44.-sql_implementation_info.md │ ├── 36.45.-sql_languages.md │ ├── 36.46.-sql_packages.md │ ├── 36.47.-sql_parts.md │ ├── 36.48.-sql_sizing.md │ ├── 36.49.-sql_sizing_profiles.md │ ├── 36.5.-applicable_roles.md │ ├── 36.51.-table_privileges.md │ ├── 36.52.-tables.md │ ├── 36.53.-transforms.md │ ├── 36.54.-triggered_update_columns.md │ ├── 36.55.-triggers.md │ ├── 36.56.-udt_privileges.md │ ├── 36.57.-usage_privileges.md │ ├── 36.58.-user_defined_types.md │ ├── 36.59.-user_mapping_options.md │ ├── 36.6.-attributes.md │ ├── 36.60.-user_mappings.md │ ├── 36.61.-view_column_usage.md │ ├── 36.62.-view_routine_usage.md │ ├── 36.63.-view_table_usage.md │ ├── 36.64.-views.md │ ├── 36.7.-character_sets.md │ ├── 36.8.-check_constraint_routine_usage.md │ ├── 36.9.-check_constraints.md │ ├── README.md │ ├── administrable_role_authorizations.md │ ├── applicable_roles.md │ ├── attributes.md │ ├── character_sets.md │ ├── check_constraint_routine_usage.md │ ├── check_constraints.md │ ├── collations.md │ ├── column_udt_usage.md │ ├── columns.md │ ├── constraint_column_usage.md │ ├── data-types.md │ ├── information_schema_catalog_name.md │ ├── key_column_usage.md │ ├── parameters.md │ ├── referential_constraints.md │ ├── role_table_grants.md │ ├── schemata.md │ ├── table_constraints.md │ └── the-schema.md ├── cover_small.jpg ├── iii.-xi-tong-guan-li └── 19.-fu-wu-zu-tai-she-ding │ └── 19.8.-cuo-wu-hui-bao-yu-ji-lu.md ├── index.md ├── internals ├── 52.-frontend-backend-protocol │ ├── 52.10.-summary-of-changes-since-protocol-2.0.md │ ├── 52.2.-message-flow.md │ ├── 52.3.-sasl-authentication.md │ ├── 52.4.-streaming-replication-protocol.md │ ├── 52.5.-logical-streaming-replication-protocol.md │ ├── 52.6.-message-data-types.md │ ├── 52.7.-message-formats.md │ ├── 52.8.-error-and-notice-message-fields.md │ ├── 52.9.-logical-replication-message-formats.md │ ├── README.md │ ├── overview.md │ └── streaming-replication-protocol.md ├── 71.-backup-manifest-format.md ├── README.md ├── b-tree-indexes │ ├── README.md │ ├── b-tree-support-functions.md │ ├── behavior-of-b-tree-operator-classes.md │ ├── implementation.md │ └── introduction.md ├── brin │ ├── README.md │ ├── built-in-operator-classes.md │ ├── extensibility.md │ └── introduction.md ├── database-physical-storage │ ├── README.md │ ├── database-file-layout.md │ ├── database-page-layout.md │ ├── free-space-map.md │ ├── the-initialization-fork.md │ ├── toast.md │ └── visibility-map.md ├── generic-wal-records.md ├── genetic-query-optimizer │ ├── README.md │ ├── further-reading.md │ ├── genetic-algorithms.md │ ├── genetic-query-optimization-geqo-in-postgresql.md │ └── query-handling-as-a-complex-optimization-problem.md ├── gin-indexes │ ├── 64.1.-introduction.md │ ├── 64.1.-jian-jie.md │ ├── 64.2.-built-in-operator-classes.md │ ├── 64.3.-extensibility.md │ ├── 64.6.-limitations.md │ ├── 64.7.-examples.md │ ├── README.md │ ├── built-in-operator-classes.md │ ├── examples.md │ ├── extensibility.md │ ├── gin-tips-and-tricks.md │ ├── implementation.md │ ├── introduction.md │ └── limitations.md ├── gist-indexes │ ├── README.md │ ├── built-in-operator-classes.md │ ├── examples.md │ ├── extensibility.md │ ├── implementation.md │ └── introduction.md ├── how-the-planner-uses-statistics │ ├── README.md │ ├── multivariate-statistics-examples.md │ ├── planner-statistics-and-security.md │ └── row-estimation-examples.md ├── index-access-method-interface-definition.md ├── native-language-support │ ├── README.md │ ├── for-the-programmer.md │ └── for-the-translator.md ├── overview-of-postgresql-internals │ ├── 50.4.-the-postgresql-rule-system.md │ ├── README.md │ ├── executor.md │ ├── how-connections-are-established.md │ ├── planner-optimizer.md │ ├── the-parser-stage.md │ └── the-path-of-a-query.md ├── postgresql-coding-conventions │ ├── 54.1.-formatting.md │ ├── 54.2.-reporting-errors-within-the-server.md │ ├── 54.3.-error-message-style-guide.md │ ├── 54.4.-miscellaneous-coding-conventions.md │ └── README.md ├── sp-gist-indexes │ ├── README.md │ ├── built-in-operator-classes.md │ ├── examples.md │ ├── extensibility.md │ ├── implementation.md │ └── introduction.md ├── system-catalog-declarations-and-initial-contents.md ├── system-catalogs │ ├── 51.44.-pg_rewrite.md │ ├── 51.54.-pg_tablespace.md │ ├── 51.56.-pg_trigger.md │ ├── 51.79.-pg_replication_origin_status.md │ ├── README.md │ ├── pg_am.md │ ├── pg_attribute.md │ ├── pg_auth_members.md │ ├── pg_authid.md │ ├── pg_available_extension_versions.md │ ├── pg_available_extensions.md │ ├── pg_cast.md │ ├── pg_class.md │ ├── pg_collation.md │ ├── pg_constraint.md │ ├── pg_database.md │ ├── pg_event_trigger.md │ ├── pg_extension.md │ ├── pg_hba_file_rules.md │ ├── pg_index.md │ ├── pg_indexes.md │ ├── pg_language.md │ ├── pg_locks.md │ ├── pg_namespace.md │ ├── pg_opclass.md │ ├── pg_policy.md │ ├── pg_prepared_xacts.md │ ├── pg_proc.md │ ├── pg_replication_slots.md │ ├── pg_roles.md │ ├── pg_settings.md │ ├── pg_shmem_allocations.md │ ├── pg_statistic.md │ ├── pg_statistic_ext.md │ ├── pg_stats.md │ ├── pg_subscription.md │ ├── pg_subscription_rel.md │ ├── pg_tables.md │ ├── pg_type.md │ ├── pg_user.md │ └── pg_views.md ├── table-access-method-interface-definition.md ├── writing-a-foreign-data-wrapper │ ├── README.md │ ├── foreign-data-wrapper-callback-routines.md │ ├── foreign-data-wrapper-functions.md │ ├── foreign-data-wrapper-helper-functions.md │ ├── foreign-data-wrapper-query-planning.md │ └── row-locking-in-foreign-data-wrappers.md └── writing-a-procedural-language-handler.md ├── iv.-client-interfaces ├── 33.-libpq-c-library │ ├── 33.2.-lian-xian-zhuang-tai-han-shu.md │ └── README.md └── README.md ├── preface ├── 01_intro-whatis.md ├── 02_history.md ├── 03_notation.md ├── 04_resources.md ├── 05_bug-reporting.md └── README.md ├── reference ├── README.md ├── client-applications │ ├── README.md │ ├── createdb.md │ ├── createuser.md │ ├── dropdb.md │ ├── dropuser.md │ ├── oid2name.md │ ├── pg_basebackup.md │ ├── pg_dump.md │ ├── pg_dumpall.md │ ├── pg_isready.md │ ├── pg_receivewal.md │ ├── pg_recvlogical.md │ ├── pg_restore.md │ ├── pg_verifybackup.md │ ├── pgbench.md │ ├── psql.md │ └── vacuumdb.md ├── server-applications │ ├── README.md │ ├── initdb.md │ ├── pg_archivecleanup.md │ ├── pg_ctl.md │ ├── pg_standby.md │ ├── pg_test_timing.md │ ├── pg_upgrade.md │ └── postgres.md └── sql-commands │ ├── README.md │ ├── alter-database.md │ ├── alter-default-privileges.md │ ├── alter-extension.md │ ├── alter-function.md │ ├── alter-index.md │ ├── alter-language.md │ ├── alter-materialized-view.md │ ├── alter-policy.md │ ├── alter-publication.md │ ├── alter-role.md │ ├── alter-rule.md │ ├── alter-schema.md │ ├── alter-sequence.md │ ├── alter-statistics.md │ ├── alter-subscription.md │ ├── alter-system.md │ ├── alter-table.md │ ├── alter-tablespace.md │ ├── alter-trigger.md │ ├── alter-type.md │ ├── alter-user.md │ ├── alter-view.md │ ├── analyze.md │ ├── cluster.md │ ├── comment.md │ ├── commit-prepared.md │ ├── copy.md │ ├── create-access-method.md │ ├── create-cast.md │ ├── create-database.md │ ├── create-domain.md │ ├── create-event-trigger.md │ ├── create-extension.md │ ├── create-foreign-data-wrapper.md │ ├── create-foreign-table.md │ ├── create-function.md │ ├── create-index.md │ ├── create-language.md │ ├── create-materialized-view.md │ ├── create-policy.md │ ├── create-procedure.md │ ├── create-publication.md │ ├── create-role.md │ ├── create-rule.md │ ├── create-schema.md │ ├── create-sequence.md │ ├── create-server.md │ ├── create-statistics.md │ ├── create-subscription.md │ ├── create-table-as.md │ ├── create-table.md │ ├── create-tablespace.md │ ├── create-transform.md │ ├── create-trigger.md │ ├── create-type.md │ ├── create-user-mapping.md │ ├── create-user.md │ ├── create-view.md │ ├── deallocate.md │ ├── delete.md │ ├── do.md │ ├── drop-access-method.md │ ├── drop-database.md │ ├── drop-extension.md │ ├── drop-function.md │ ├── drop-index.md │ ├── drop-language.md │ ├── drop-materialized-view.md │ ├── drop-owned.md │ ├── drop-policy.md │ ├── drop-publication.md │ ├── drop-role.md │ ├── drop-rule.md │ ├── drop-schema.md │ ├── drop-sequence.md │ ├── drop-statistics.md │ ├── drop-subscription.md │ ├── drop-table.md │ ├── drop-tablespace.md │ ├── drop-transform.md │ ├── drop-trigger.md │ ├── drop-type.md │ ├── drop-user.md │ ├── drop-view.md │ ├── execute.md │ ├── explain.md │ ├── grant.md │ ├── import-foreign-schema.md │ ├── insert.md │ ├── listen.md │ ├── load.md │ ├── notify.md │ ├── prepare-transaction.md │ ├── prepare.md │ ├── reassign-owned.md │ ├── refresh-materialized-view.md │ ├── reindex.md │ ├── reset.md │ ├── revoke.md │ ├── rollback-prepared.md │ ├── security-label.md │ ├── select-into.md │ ├── select.md │ ├── set-constraints.md │ ├── set-role.md │ ├── set-session-authorization.md │ ├── set-transaction.md │ ├── set.md │ ├── show.md │ ├── truncate.md │ ├── unlisten.md │ ├── untitled.md │ ├── update.md │ ├── vacuum.md │ └── values.md ├── server-administration ├── 25.-bei-fen-ji-huan-yuan │ ├── 25.1.-sql-dump.md │ ├── 25.3.-continuous-archiving-and-point-in-time-recovery-pitr.md │ ├── README.md │ └── file-system-level-backup.md ├── 32.-just-in-time-compilation-jit │ ├── 32.1.-what-is-jit-compilation.md │ ├── 32.2.-when-to-jit.md │ ├── 32.3.-configuration.md │ ├── 32.4.-extensibility.md │ └── README.md ├── README.md ├── backup-and-restore │ ├── README.md │ ├── continuous-archiving-and-point-in-time-recovery-pitr.md │ ├── file-system-level-backup.md │ └── sql-dump.md ├── client-authentication │ ├── README.md │ ├── authentication-methods.md │ ├── authentication-problems.md │ ├── certificate-authentication.md │ ├── gssapi-authentication.md │ ├── ident-authentication.md │ ├── ldap-authentication.md │ ├── pam-authentication.md │ ├── password-authentication.md │ ├── peer-authentication.md │ ├── radius-authentication.md │ ├── sspi-authentication.md │ ├── the-pg_hba.conf-file.md │ ├── trust-authentication.md │ └── user-name-maps.md ├── database-roles │ ├── 21.5.-default-roles.md │ ├── README.md │ ├── database-roles.md │ ├── default-roles.md │ ├── dropping-roles.md │ ├── function-security.md │ ├── role-attributes.md │ └── role-membership.md ├── high-availability-load-balancing-and-replication │ ├── 26.1.-comparison-of-different-solutions.md │ ├── 26.3.-failover.md │ ├── 26.4.-alternative-method-for-log-shipping.md │ ├── 26.5.-hot-standby.md │ ├── README.md │ ├── comparison-of-different-solutions.md │ ├── failover.md │ └── log-shipping-standby-servers.md ├── installation-from-binaries.md ├── installation-from-source-code-on-windows │ ├── 17.1.-building-with-visual-c++-or-the-microsoft-windows-sdk.md │ └── README.md ├── installation-from-source-code │ ├── README.md │ ├── getting-the-source.md │ ├── installation-procedure.md │ ├── platform-specific-notes.md │ ├── post-installation-setup.md │ ├── requirements.md │ ├── short-version.md │ └── supported-platforms.md ├── just-in-time-compilation │ ├── README.md │ ├── configuration.md │ ├── extensibility.md │ ├── what-is-jit-compilation.md │ └── when-to-jit.md ├── localization │ ├── README.md │ ├── character-set-support.md │ ├── collation-support.md │ └── locale-support.md ├── logical-replication │ ├── 31.1.-fa-bu-publication.md │ ├── 31.2.-ding-yue-subscription.md │ ├── 31.3.-chong-tu-chu-li.md │ ├── 31.4.-xian-zhi.md │ ├── 31.5.-jia-gou.md │ ├── 31.6.-jian-kong.md │ ├── 31.7.-an-quan-xing.md │ ├── 31.8.-xi-tong-she-ding.md │ ├── 31.9.-kuai-su-she-ding.md │ ├── README.md │ ├── architecture.md │ ├── configuration-settings.md │ ├── conflicts.md │ ├── monitoring.md │ ├── publication.md │ ├── quick-setup.md │ ├── restrictions.md │ ├── security.md │ └── subscription.md ├── maintenance │ └── 24.1.-li-hang-xing-zi-liao-qing-li.md ├── managing-databases │ ├── 22.1.-overview.md │ ├── 22.2.-creating-a-database.md │ ├── 22.4.-database-configuration.md │ ├── 22.5.-destroying-a-database.md │ ├── 22.6.-tablespaces.md │ ├── README.md │ ├── creating-a-database.md │ ├── database-configuration.md │ ├── destroying-a-database.md │ ├── overview.md │ ├── tablespaces.md │ └── template-databases.md ├── monitoring-database-activity │ ├── README.md │ ├── dynamic-tracing.md │ ├── progress-reporting.md │ ├── standard-unix-tools.md │ ├── the-statistics-collector.md │ └── viewing-locks.md ├── monitoring-disk-usage │ ├── README.md │ ├── determining-disk-usage.md │ └── disk-full-failure.md ├── regression-tests │ ├── 32.1.-running-the-tests.md │ ├── 32.2.-test-evaluation.md │ ├── 32.3.-variant-comparison-files.md │ ├── 32.4.-tap-tests.md │ ├── 32.5.-test-coverage-examination.md │ └── README.md ├── reliability-and-the-write-ahead-log │ ├── README.md │ ├── asynchronous-commit.md │ ├── reliability.md │ ├── wal-configuration.md │ ├── wal-internals.md │ └── write-ahead-logging-wal.md ├── routine-database-maintenance-tasks │ ├── 24.3.-log-file-maintenance.md │ ├── README.md │ ├── log-file-maintenance.md │ ├── routine-reindexing.md │ └── routine-vacuuming.md ├── runtime-config │ └── 19.15.-yu-xian-pei-zhi-de-can-shu.md ├── server-configuration │ ├── 19.12.-jiao-yi-suo-ding-guan-li.md │ ├── 19.13.-ban-ben-yu-ping-tai-de-xiang-rong-xing.md │ ├── 19.15.-yu-xian-pei-zhi-de-can-shu.md │ ├── README.md │ ├── automatic-vacuuming.md │ ├── client-connection-defaults.md │ ├── connections-and-authentication.md │ ├── customized-options.md │ ├── developer-options.md │ ├── error-handling.md │ ├── error-reporting-and-logging.md │ ├── file-locations.md │ ├── query-planning.md │ ├── replication.md │ ├── resource-consumption.md │ ├── run-time-statistics.md │ ├── setting-parameters.md │ ├── short-options.md │ └── write-ahead-log.md └── server-setup-and-operation │ ├── 18.1.-postgresql-shi-yong-zhe-zhang-hao.md │ ├── 18.11.-zai-windows-zhu-ce-shi-jian-ri-zhi.md │ ├── 18.6.-upgrading-a-postgresql-cluster.md │ ├── README.md │ ├── creating-a-database-cluster.md │ ├── encryption-options.md │ ├── managing-kernel-resources.md │ ├── preventing-server-spoofing.md │ ├── secure-tcp-ip-connections-with-gssapi-encryption.md │ ├── secure-tcp-ip-connections-with-ssh-tunnels.md │ ├── secure-tcp-ip-connections-with-ssl.md │ ├── shutting-down-the-server.md │ └── starting-the-database-server.md ├── server-programming ├── 40.-event-triggers.md ├── 47.-background-worker-processes.md ├── 48.-logical-decoding.md ├── README.md ├── background-worker-processes.md ├── event-triggers │ ├── README.md │ ├── a-complete-event-trigger-example.md │ ├── event-trigger-firing-matrix.md │ ├── overview-of-event-trigger-behavior.md │ └── writing-event-trigger-functions-in-c.md ├── extending-sql │ ├── 37.1.-how-extensibility-works.md │ ├── 37.2.-the-postgresql-type-system.md │ ├── README.md │ ├── c-language-functions.md │ ├── extension-building-infrastructure.md │ ├── function-optimization-information.md │ ├── function-overloading.md │ ├── function-volatility-categories.md │ ├── interfacing-extensions-to-indexes.md │ ├── internal-functions.md │ ├── operator-optimization-information.md │ ├── packaging-related-objects-into-an-extension.md │ ├── procedural-language-functions.md │ ├── query-language-sql-functions.md │ ├── user-defined-aggregates.md │ ├── user-defined-functions.md │ ├── user-defined-operators.md │ ├── user-defined-procedures.md │ └── user-defined-types.md ├── logical-decoding │ ├── README.md │ ├── logical-decoding-concepts.md │ ├── logical-decoding-examples.md │ ├── logical-decoding-output-plugins.md │ ├── logical-decoding-output-writers.md │ ├── logical-decoding-sql-interface.md │ ├── streaming-replication-protocol-interface.md │ ├── synchronous-replication-support-for-logical-decoding.md │ └── system-catalogs-related-to-logical-decoding.md ├── pl-perl-perl-procedural-language.md ├── pl-pgsql-sql-procedural-language │ ├── README.md │ ├── basic-statements.md │ ├── control-structures.md │ ├── declarations.md │ ├── expressions.md │ ├── overview.md │ └── structure-of-pl-pgsql.md ├── pl-python-python-procedural-language-1 │ ├── README.md │ ├── anonymous-code-blocks.md │ ├── data-values.md │ ├── database-access.md │ ├── environment-variables.md │ ├── explicit-subtransactions.md │ ├── pl-python-functions.md │ ├── python-2-vs.-python-3.md │ ├── sharing-data.md │ ├── transaction-management.md │ ├── trigger-functions.md │ └── utility-functions.md ├── pl-python-python-procedural-language.md ├── pl-tcl-tcl-procedural-language.md ├── procedural-languages │ ├── 42.5.-basic-statements.md │ ├── README.md │ ├── installing-procedural-languages.md │ ├── pl-pgsql-under-the-hood.md │ └── structure-of-pl-pgsql.md ├── replication-progress-tracking.md ├── server-programming-interface.md ├── the-rule-system │ ├── README.md │ ├── materialized-views.md │ ├── rules-and-command-status.md │ ├── rules-and-privileges.md │ ├── rules-on-insert-update-and-delete.md │ ├── rules-versus-triggers.md │ ├── the-query-tree.md │ └── views-and-the-rule-system.md ├── triggers.md └── triggers │ ├── README.md │ ├── a-complete-trigger-example.md │ ├── overview-of-trigger-behavior.md │ ├── visibility-of-data-changes.md │ └── writing-trigger-functions-in-c.md ├── sql-syntax ├── 10.-xing-bie-zhuan-huan │ ├── 10.1.-gai-guan.md │ ├── 10.3.-han-shi.md │ ├── 10.4.-chu-cun-zhuan-huan-gui-ze.md │ ├── 10.5.-unioncase-deng-xiang-guan-cao-zuo.md │ ├── 10.6.-select-shu-chu-gui-ze.md │ └── README.md ├── 11.-suo-yin │ ├── 11.1.-jian-jie.md │ ├── 11.10.-indexes-and-collations.md │ ├── 11.2.-suo-yin-xing-bie.md │ ├── 11.3.-duo-lan-wei-suo-yin.md │ ├── 11.4.-suo-yin-yu-order-by.md │ ├── 11.5.-shan-yong-duo-ge-suo-yin.md │ ├── 11.7.-biao-shi-shi-suo-yin.md │ ├── 11.8.-bu-fen-suo-yin.md │ ├── 11.9.-yun-suan-zi-wu-jian-ji-jia-zu.md │ └── README.md ├── 12.-quan-wen-jian-suo │ ├── 12.1.-jian-jie.md │ ├── 12.10.-psql-zhi-yuan.md │ ├── 12.11.-gong-neng-xian-zhi.md │ ├── 12.2.-cha-xun-yu-suo-yin.md │ ├── 12.3.-xi-bu-kong-zhi.md │ ├── 12.4.-yan-shen-gong-neng.md │ ├── 12.5.-duan-ci.md │ ├── 12.6.-zi-dian.md │ ├── 12.7.-zu-tai-fan-li.md │ ├── 12.9.-gin-ji-gist-suo-yin-xing-bie.md │ └── README.md ├── 13.-yi-zhi-xing-guan-li │ ├── 13.1.-jian-jie.md │ ├── 13.2.-jiao-yi-ge-li.md │ ├── 13.3.-suo-ding-mo-shi.md │ ├── 13.4.-zai-ying-yong-duan-jian-shi-zi-liao-yi-zhi-xing.md │ ├── 13.6.-suo-ding-yu-suo-yin.md │ └── README.md ├── 14.-xiao-shuai-ji-qiao │ ├── 14.1.-shan-yong-explain.md │ ├── 14.2.-tong-ji-zi-xun.md │ ├── 14.4.-kuai-su-jian-li-zi-liao-ku-nei-rong.md │ ├── 14.5.-dan-xing-she-ding.md │ └── README.md ├── 15.-ping-hang-cha-xun │ ├── 15.1.-ru-he-yun-zuo.md │ ├── 15.2.-qi-yong-shi-ji.md │ ├── 15.3.-ping-hang-cha-xun-ji-hua.md │ ├── 15.4.-ping-hang-cha-xun-de-an-quan-xing.md │ └── README.md ├── 4.-sql-yu-fa │ ├── 4.1.-yu-fa-jie-gou.md │ ├── 4.2.-can-shu-biao-shi-shi.md │ ├── README.md │ └── calling-funcs.md ├── 5.-ding-yi-zi-liao-jie-gou │ ├── 5.1.-ren-shi-zi-liao-biao.md │ ├── 5.11.-wai-bu-zi-liao.md │ ├── 5.12.-qi-ta-zi-liao-ku-wu-jian.md │ ├── 5.13.-xiang-yi-xing-zhui-zong.md │ ├── 5.2.-yu-she-zhi.md │ ├── 5.3.-xian-zhi-tiao-jian.md │ ├── 5.5.-biao-ge-bian-geng.md │ ├── 5.6.-quan-xian.md │ ├── 5.7.-zi-liao-lie-an-quan-yuan-ze.md │ ├── 5.8.-schemas.md │ ├── 5.9.-ji-cheng.md │ └── README.md ├── 6.-zi-liao-chu-li │ ├── 6.1.-xin-zeng-zi-liao.md │ ├── 6.2.-geng-xin-zi-liao.md │ ├── 6.3.-shan-chu-zi-liao.md │ └── README.md ├── 7.-zi-liao-cha-xun │ ├── 7.1.-gai-guan.md │ ├── 7.3.-qu-de-zi-liao-lie-biao.md │ ├── 7.4.-he-bing-cha-xun-jie-guo.md │ ├── 7.5.-zi-liao-pai-xu.md │ ├── 7.7.-lie-ju-zi-liao.md │ ├── 7.8.-di-hui-cha-xun.md │ └── README.md ├── 8.-zi-liao-xing-bie │ ├── 8.1.-shu-zi-xing-bie.md │ ├── 8.10.-wei-yuan-zi-chuan-xing-bie.md │ ├── 8.11.-quan-wen-jian-suo-xing-bie.md │ ├── 8.12.-uuid-xing-bie.md │ ├── 8.13.-xml-xing-bie.md │ ├── 8.15.-zhen-lie.md │ ├── 8.16.-fu-he-xing-bie.md │ ├── 8.17.-fan-wei-xing-bie.md │ ├── 8.18.-zhi-biao-xing-bie.md │ ├── 8.19.-pglsn-xing-bie.md │ ├── 8.2.-huo-bi-xing-bie.md │ ├── 8.20.-gai-nian-xing-bie.md │ ├── 8.3.-wen-zi-xing-bie.md │ ├── 8.4.-wei-yuan-zu-xing-bie.md │ ├── 8.5.-ri-qi-shi-jian-xing-bie.md │ ├── 8.6.-bu-lin-xing-bie.md │ ├── 8.7.-lie-ju-xing-bie.md │ ├── 8.8.-di-li-zi-xun-xing-bie.md │ ├── 8.9.-wang-lu-zi-xun-xing-bie.md │ └── README.md ├── 9.-han-shi-ji-yun-suan-zi │ ├── 9.1.-luo-ji-yun-suan-zi.md │ ├── 9.11.-di-li-zi-xun-han-shi-ji-yun-suan-zi.md │ ├── 9.12.-wang-lu-wei-zhi-han-shi-ji-yun-suan-zi.md │ ├── 9.13.-wen-zi-jian-suo-han-shi-ji-yun-suan-zi.md │ ├── 9.15.-json-han-shi-ji-yun-suan-zi.md │ ├── 9.17.-tiao-jian-biao-shi-shi.md │ ├── 9.18.-zhen-lie-han-shi-ji-yun-suan-zi.md │ ├── 9.19.-fan-wei-han-shi-ji-yun-suan-zi.md │ ├── 9.2.-bi-jiao-han-shi-ji-yun-suan-zi.md │ ├── 9.20.-hui-zong-han-shi.md │ ├── 9.21.-window-han-shi.md │ ├── 9.22.-zi-cha-xun.md │ ├── 9.23.-lie-yu-zhen-lie-de-cha-yi.md │ ├── 9.25.-xi-tong-zi-xun-han-shu.md │ ├── 9.26.-xi-tong-guan-li-han-shi.md │ ├── 9.27.-chu-fa-han-shi.md │ ├── 9.28.-shi-jian-chu-fa-han-shi.md │ ├── 9.3.-shu-xue-han-shi-ji-yun-suan-zi.md │ ├── 9.6.-er-yuan-zi-chuan-han-shi-ji-yun-suan-zi.md │ ├── 9.7.-te-zhi-bi-dui.md │ ├── 9.8.-xing-bie-zhuan-huan-han-shi.md │ └── README.md └── README.md ├── sql ├── 12.-quan-wen-jian-suo │ ├── 12.1.-jian-jie.md │ ├── 12.10.-psql-zhi-yuan.md │ ├── 12.11.-gong-neng-xian-zhi.md │ ├── 12.2.-cha-xun-yu-suo-yin.md │ ├── 12.3.-xi-bu-kong-zhi.md │ ├── 12.4.-yan-shen-gong-neng.md │ ├── 12.5.-duan-ci.md │ ├── 12.6.-zi-dian.md │ ├── 12.7.-zu-tai-fan-li.md │ ├── 12.8.-ce-shi-yu-chu-cuo.md │ ├── 12.9.-gin-ji-gist-suo-yin-xing-bie.md │ └── README.md ├── 4.-sql-yu-fa │ └── 4.1.-yu-fa-jie-gou.md ├── 8.-zi-liao-xing-bie │ ├── 8.1.-shu-zi-xing-bie.md │ ├── 8.10.-wei-yuan-zi-chuan-xing-bie.md │ ├── 8.11.-quan-wen-jian-suo-xing-bie.md │ ├── 8.12.-uuid-xing-bie.md │ ├── 8.13.-xml-xing-bie.md │ ├── 8.14.-json-xing-bie.md │ ├── 8.15.-zhen-lie.md │ ├── 8.16.-fu-he-xing-bie.md │ ├── 8.17.-fan-wei-xing-bie.md │ ├── 8.18.-zhi-biao-xing-bie.md │ ├── 8.19.-pglsn-xing-bie.md │ ├── 8.2.-huo-bi-xing-bie.md │ ├── 8.20.-gai-nian-xing-bie.md │ ├── 8.3.-wen-zi-xing-bie.md │ ├── 8.4.-wei-yuan-zu-xing-bie.md │ ├── 8.5.-ri-qi-shi-jian-xing-bie.md │ ├── 8.6.-bu-lin-xing-bie.md │ ├── 8.7.-lie-ju-xing-bie.md │ ├── 8.8.-di-li-zi-xun-xing-bie.md │ ├── 8.9.-wang-lu-zi-xun-xing-bie.md │ └── README.md └── functions │ └── 9.7.-te-zhi-bi-dui.md ├── the-sql-language ├── 12.-quan-wen-jian-suo │ ├── 12.1.-jian-jie.md │ ├── 12.10.-psql-zhi-yuan.md │ ├── 12.11.-gong-neng-xian-zhi.md │ ├── 12.2.-cha-xun-yu-suo-yin.md │ ├── 12.3.-xi-bu-kong-zhi.md │ ├── 12.4.-yan-shen-gong-neng.md │ ├── 12.5.-duan-ci.md │ ├── 12.6.-zi-dian.md │ ├── 12.7.-zu-tai-fan-li.md │ ├── 12.8.-ce-shi-yu-chu-cuo.md │ ├── 12.9.-gin-ji-gist-suo-yin-xing-bie.md │ └── README.md ├── 28-geng-xin-zi-liao.md ├── README.md ├── concurrency-control │ ├── README.md │ ├── caveats.md │ ├── data-consistency-checks-at-the-application-level.md │ ├── explicit-locking.md │ ├── introduction.md │ ├── locking-and-indexes.md │ └── transaction-isolation.md ├── data-manipulation │ ├── 6.1.-xin-zeng-zi-liao.md │ ├── 6.2.-geng-xin-zi-liao.md │ ├── 6.3.-shan-chu-zi-liao.md │ ├── README.md │ └── returning-data-from-modified-rows.md ├── data-types │ ├── README.md │ ├── arrays.md │ ├── binary.md │ ├── bit-string-types.md │ ├── boolean-type.md │ ├── character-types.md │ ├── composite-types.md │ ├── date-time.md │ ├── domain-types.md │ ├── enumerated-types.md │ ├── geometric-types.md │ ├── json-types.md │ ├── monetary-types.md │ ├── network-address-types.md │ ├── numeric-types.md │ ├── object-identifier-types.md │ ├── pg_lsn-type.md │ ├── pseudo-types.md │ ├── range-types.md │ ├── text-search-types.md │ ├── uuid-type.md │ └── xml-type.md ├── ddl │ ├── README.md │ ├── constraints.md │ ├── default-values.md │ ├── dependency-tracking.md │ ├── foreign-data.md │ ├── generated-columns.md │ ├── inheritance.md │ ├── modifying-tables.md │ ├── other-database-objects.md │ ├── privileges.md │ ├── row-security-policies.md │ ├── schemas.md │ ├── system-columns.md │ ├── table-basics.md │ └── table-partitioning.md ├── functions-and-operators │ ├── README.md │ ├── aggregate-functions.md │ ├── array-functions-and-operators.md │ ├── binary-string-functions-and-operators.md │ ├── bit-string-functions-and-operators.md │ ├── comparison-functions-and-operators.md │ ├── conditional-expressions.md │ ├── data-type-formatting-functions.md │ ├── date-time-functions-and-operators.md │ ├── enum-support-functions.md │ ├── event-trigger-functions.md │ ├── geometric-functions-and-operators.md │ ├── json-functions-and-operators.md │ ├── logical-operators.md │ ├── mathematical-functions-and-operators.md │ ├── network-address-functions-and-operators.md │ ├── pattern-matching.md │ ├── range-functions-and-operators.md │ ├── row-and-array-comparisons.md │ ├── sequence-manipulation-functions.md │ ├── set-returning-functions.md │ ├── statistics-information-functions.md │ ├── string-functions-and-operators.md │ ├── subquery-expressions.md │ ├── system-administration.md │ ├── system-information-functions.md │ ├── text-search-functions-and-operators.md │ ├── trigger-functions.md │ ├── uuid-functions.md │ ├── window-functions.md │ └── xml.md ├── index │ ├── README.md │ ├── combining-multiple-indexes.md │ ├── examining-index-usage.md │ ├── index-only-scans-and-covering-indexes.md │ ├── index-only-scans.md │ ├── index-types.md │ ├── indexes-and-collations.md │ ├── indexes-and-order-by.md │ ├── indexes-on-expressions.md │ ├── introduction.md │ ├── multicolumn-indexes.md │ ├── operator-classes-and-operator-families.md │ ├── partial-indexes.md │ └── unique-indexes.md ├── parallel-query │ ├── README.md │ ├── how-parallel-query-works.md │ ├── parallel-plans.md │ ├── parallel-safety.md │ └── when-can-parallel-query-be-used.md ├── performance-tips │ ├── README.md │ ├── controlling-the-planner-with-explicit-join-clauses.md │ ├── non-durable-settings.md │ ├── populating-a-database.md │ ├── statistics-used-by-the-planner.md │ └── using-explain.md ├── queries │ ├── 7.1.-gai-guan.md │ ├── 7.2.-zi-liao-biao-biao-shi-shi.md │ ├── 7.3.-qu-de-zi-liao-lie-biao.md │ ├── 7.4.-he-bing-cha-xun-jie-guo.md │ ├── 7.5.-zi-liao-pai-xu.md │ ├── 7.6.-zhi-ding-zi-liao-fan-wei.md │ ├── 7.7.-lie-ju-zi-liao.md │ ├── README.md │ ├── combining-queries.md │ ├── limit-and-offset.md │ ├── overview.md │ ├── select-lists.md │ ├── sorting-rows.md │ ├── table-expressions.md │ ├── values-lists.md │ └── with-queries.md ├── sql-syntax │ ├── 4.3.-han-shu-hu-jiao.md │ ├── README.md │ ├── lexical-structure.md │ └── value-expressions.md └── type-conversion │ ├── 10.1.-gai-guan.md │ ├── 10.2.-yun-suan-zi.md │ ├── 10.3.-han-shi.md │ ├── 10.6.-select-shu-chu-gui-ze.md │ ├── README.md │ ├── union-case-and-related-constructs.md │ └── value-storage.md └── tutorial ├── README.md ├── advanced-features ├── 3.5.-chuang-han-shu.md ├── README.md ├── conclusion.md ├── foreign-keys.md ├── inheritance.md ├── introduction.md ├── transactions.md ├── views.md └── window-functions.md ├── getting-started ├── README.md ├── accessing-a-database.md ├── architectural-fundamentals.md ├── creating-a-database.md └── installation.md ├── sql ├── 2.1.-jian-jie.md ├── 2.2.-gai-nian.md ├── 2.3.-chuang-jian-yi-ge-xin-de-zi-liao-biao.md ├── 2.4.-zi-liao-lie-shi-zi-liao-biao-de-zu-cheng-dan-wei.md ├── 2.5.-zi-liao-biao-de-cha-xun.md ├── 2.6.-jiao-cha-cha-xun.md ├── 2.7.-hui-zong-cha-xun.md ├── 2.8.-geng-xin-zi-liao.md └── 2.9.-shan-chu-zi-liao.md └── the-sql-language ├── README.md ├── aggregate-functions.md ├── concepts.md ├── creating-a-new-table.md ├── deletions.md ├── introduction.md ├── joins-between-tables.md ├── populating-a-table-with-rows.md ├── querying-a-table.md └── updates.md /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/LICENSE -------------------------------------------------------------------------------- /PITCHME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/PITCHME.md -------------------------------------------------------------------------------- /PITCHME.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/PITCHME.yaml -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/README.md -------------------------------------------------------------------------------- /_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/_config.yml -------------------------------------------------------------------------------- /_layouts/website/languages.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/_layouts/website/languages.html -------------------------------------------------------------------------------- /_layouts/website/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/_layouts/website/page.html -------------------------------------------------------------------------------- /book.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/book.json -------------------------------------------------------------------------------- /tw/.gitbook/assets/68.6.pagelayout.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/.gitbook/assets/68.6.pagelayout.png -------------------------------------------------------------------------------- /tw/.gitbook/assets/gin.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/.gitbook/assets/gin.png -------------------------------------------------------------------------------- /tw/.gitbook/assets/l9nt-o3vufybinnfqtx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/.gitbook/assets/l9nt-o3vufybinnfqtx.png -------------------------------------------------------------------------------- /tw/FOOTER.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/FOOTER.md -------------------------------------------------------------------------------- /tw/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/README.md -------------------------------------------------------------------------------- /tw/SUMMARY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/SUMMARY.md -------------------------------------------------------------------------------- /tw/_layouts/website/page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/_layouts/website/page.html -------------------------------------------------------------------------------- /tw/appendixes/README.md: -------------------------------------------------------------------------------- 1 | # VIII. 附錄 2 | 3 | -------------------------------------------------------------------------------- /tw/appendixes/acronyms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/acronyms.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/README.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/adminpack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/adminpack.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/amcheck.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/amcheck.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/auth_delay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/auth_delay.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/auto_explain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/auto_explain.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/bloom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/bloom.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/btree_gin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/btree_gin.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/dblink/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/dblink/README.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/dblink/dblink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/dblink/dblink.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/dblink/dblink_close.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/dblink/dblink_close.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/dblink/dblink_exec.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/dblink/dblink_exec.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/dblink/dblink_fetch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/dblink/dblink_fetch.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/dblink/dblink_open.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/dblink/dblink_open.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/earthdistance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/earthdistance.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/f.33.-postgres_fdw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/f.33.-postgres_fdw.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/file_fdw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/file_fdw.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/hstore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/hstore.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/pg_buffercache.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/pg_buffercache.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/pg_stat_statements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/pg_stat_statements.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/pg_trgm.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/pg_trgm.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/pg_visibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/pg_visibility.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/pgstattuple.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/pgstattuple.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/postgres_fdw.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/postgres_fdw.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/sepgsql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/sepgsql.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/tablefunc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/tablefunc.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/test_decoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/test_decoding.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/tsm_system_rows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/tsm_system_rows.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/tsm_system_time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/tsm_system_time.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-modules/uuid-ossp.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-modules/uuid-ossp.md -------------------------------------------------------------------------------- /tw/appendixes/additional-supplied-programs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/additional-supplied-programs/README.md -------------------------------------------------------------------------------- /tw/appendixes/c.-sql-guan-jian-zi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/c.-sql-guan-jian-zi.md -------------------------------------------------------------------------------- /tw/appendixes/color-support/README.md: -------------------------------------------------------------------------------- 1 | # N. 色彩支援 2 | 3 | PostgreSQL 中的大多數工具都可以產生彩色的輸出內容。本附錄描述了它的設定方式。 4 | -------------------------------------------------------------------------------- /tw/appendixes/color-support/configuring-the-colors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/color-support/configuring-the-colors.md -------------------------------------------------------------------------------- /tw/appendixes/color-support/when-color-is-used.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/color-support/when-color-is-used.md -------------------------------------------------------------------------------- /tw/appendixes/d.-sql-xiang-rong-xing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/d.-sql-xiang-rong-xing.md -------------------------------------------------------------------------------- /tw/appendixes/d.-sql-xiang-rong-xing/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/d.-sql-xiang-rong-xing/README.md -------------------------------------------------------------------------------- /tw/appendixes/d.-sql-xiang-rong-xing/d.2.-unsupported-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/d.-sql-xiang-rong-xing/d.2.-unsupported-features.md -------------------------------------------------------------------------------- /tw/appendixes/d.-sql-xiang-rong-xing/supported-features.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/d.-sql-xiang-rong-xing/supported-features.md -------------------------------------------------------------------------------- /tw/appendixes/date-time-support/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/date-time-support/README.md -------------------------------------------------------------------------------- /tw/appendixes/date-time-support/b.4.-ri-qi-shi-jian-de-yan-ge.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/date-time-support/b.4.-ri-qi-shi-jian-de-yan-ge.md -------------------------------------------------------------------------------- /tw/appendixes/date-time-support/configuration.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/date-time-support/configuration.md -------------------------------------------------------------------------------- /tw/appendixes/documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/documentation.md -------------------------------------------------------------------------------- /tw/appendixes/e.-ban-ben-zi-xun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/e.-ban-ben-zi-xun.md -------------------------------------------------------------------------------- /tw/appendixes/g.-additional-supplied-programs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/g.-additional-supplied-programs/README.md -------------------------------------------------------------------------------- /tw/appendixes/glossary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/glossary.md -------------------------------------------------------------------------------- /tw/appendixes/h.-wai-bu-zhuan-an/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/h.-wai-bu-zhuan-an/README.md -------------------------------------------------------------------------------- /tw/appendixes/h.-wai-bu-zhuan-an/h.1.-yong-hu-duan-jie-mian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/h.-wai-bu-zhuan-an/h.1.-yong-hu-duan-jie-mian.md -------------------------------------------------------------------------------- /tw/appendixes/h.-wai-bu-zhuan-an/h.2.-administration-tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/h.-wai-bu-zhuan-an/h.2.-administration-tools.md -------------------------------------------------------------------------------- /tw/appendixes/h.-wai-bu-zhuan-an/h.3.-procedural-languages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/h.-wai-bu-zhuan-an/h.3.-procedural-languages.md -------------------------------------------------------------------------------- /tw/appendixes/h.-wai-bu-zhuan-an/h.4.-extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/h.-wai-bu-zhuan-an/h.4.-extensions.md -------------------------------------------------------------------------------- /tw/appendixes/i.-the-source-code-repository/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/i.-the-source-code-repository/README.md -------------------------------------------------------------------------------- /tw/appendixes/j.-wen-jian-qu-de.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/j.-wen-jian-qu-de.md -------------------------------------------------------------------------------- /tw/appendixes/k.-suo-xie-zi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/k.-suo-xie-zi.md -------------------------------------------------------------------------------- /tw/appendixes/postgresql-error-codes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/postgresql-error-codes.md -------------------------------------------------------------------------------- /tw/appendixes/postgresql-limits.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/postgresql-limits.md -------------------------------------------------------------------------------- /tw/appendixes/release-notes/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/release-notes/README.md -------------------------------------------------------------------------------- /tw/appendixes/release-notes/release-14.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/release-notes/release-14.md -------------------------------------------------------------------------------- /tw/appendixes/the-source-code-repository/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/appendixes/the-source-code-repository/README.md -------------------------------------------------------------------------------- /tw/assets/29271289.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/assets/29271289.png -------------------------------------------------------------------------------- /tw/bibliography.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/bibliography.md -------------------------------------------------------------------------------- /tw/client-interfaces/34.-large-objects/34.1.-introduction.md: -------------------------------------------------------------------------------- 1 | # 35.1. Introduction 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/34.-large-objects/34.2.-implementation-features.md: -------------------------------------------------------------------------------- 1 | # 35.2. Implementation Features 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/34.-large-objects/34.3.-client-interfaces.md: -------------------------------------------------------------------------------- 1 | # 35.3. Client Interfaces 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/34.-large-objects/34.4.-server-side-functions.md: -------------------------------------------------------------------------------- 1 | # 35.4. Server-side Functions 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/34.-large-objects/34.5.-example-program.md: -------------------------------------------------------------------------------- 1 | # 35.5. Example Program 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/34.-large-objects/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/34.-large-objects/README.md -------------------------------------------------------------------------------- /tw/client-interfaces/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/README.md -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.1.-the-concept.md: -------------------------------------------------------------------------------- 1 | # 36.1. The Concept 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.10.-processing-embedded-sql-programs.md: -------------------------------------------------------------------------------- 1 | # 36.10. Processing Embedded SQL Programs 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.11.-library-functions.md: -------------------------------------------------------------------------------- 1 | # 36.11. Library Functions 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.12.-large-objects.md: -------------------------------------------------------------------------------- 1 | # 36.12. Large Objects 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.13.-c++-applications.md: -------------------------------------------------------------------------------- 1 | # 36.13. C++ Applications 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.14.-embedded-sql-commands.md: -------------------------------------------------------------------------------- 1 | # 36.14. Embedded SQL Commands 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.15.-informix-compatibility-mode.md: -------------------------------------------------------------------------------- 1 | # 36.15. Informix Compatibility Mode 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.16.-internals.md: -------------------------------------------------------------------------------- 1 | # 36.16. Internals 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.2.-managing-database-connections.md: -------------------------------------------------------------------------------- 1 | # 36.2. Managing Database Connections 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.3.-running-sql-commands.md: -------------------------------------------------------------------------------- 1 | # 36.3. Running SQL Commands 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.4.-using-host-variables.md: -------------------------------------------------------------------------------- 1 | # 36.4. Using Host Variables 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.5.-dynamic-sql.md: -------------------------------------------------------------------------------- 1 | # 36.5. Dynamic SQL 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.6.-pgtypes-library.md: -------------------------------------------------------------------------------- 1 | # 36.6. pgtypes Library 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.7.-using-descriptor-areas.md: -------------------------------------------------------------------------------- 1 | # 36.7. Using Descriptor Areas 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.8.-error-handling.md: -------------------------------------------------------------------------------- 1 | # 36.8. Error Handling 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/35.9.-preprocessor-directives.md: -------------------------------------------------------------------------------- 1 | # 36.9. Preprocessor Directives 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/ecpg-embedded-sql-in-c/README.md -------------------------------------------------------------------------------- /tw/client-interfaces/ecpg-embedded-sql-in-c/the-concept.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/ecpg-embedded-sql-in-c/the-concept.md -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.11.-miscellaneous-functions.md: -------------------------------------------------------------------------------- 1 | # 33.11. Miscellaneous Functions 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.12.-notice-processing.md: -------------------------------------------------------------------------------- 1 | # 33.12. Notice Processing 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.13.-event-system.md: -------------------------------------------------------------------------------- 1 | # 33.13. Event System 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.15.-mi-ma-dang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/libpq-c-library/33.15.-mi-ma-dang.md -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.16.-the-connection-service-file.md: -------------------------------------------------------------------------------- 1 | # 33.16. The Connection Service File 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.17.-ldap-lookup-of-connection-parameters.md: -------------------------------------------------------------------------------- 1 | # 33.17. LDAP Lookup of Connection Parameters 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.18.-ssl-support.md: -------------------------------------------------------------------------------- 1 | # 33.18. SSL Support 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.19.-behavior-in-threaded-programs.md: -------------------------------------------------------------------------------- 1 | # 33.19. Behavior in Threaded Programs 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.20.-building-libpq-programs.md: -------------------------------------------------------------------------------- 1 | # 33.20. Building libpq Programs 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.6.-canceling-queries-in-progress.md: -------------------------------------------------------------------------------- 1 | # 33.6. Canceling Queries in Progress 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.7.-the-fast-path-interface.md: -------------------------------------------------------------------------------- 1 | # 33.7. The Fast-Path Interface 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.8.-asynchronous-notification.md: -------------------------------------------------------------------------------- 1 | # 33.8. Asynchronous Notification 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/33.9.-functions-associated-with-the-copy-command.md: -------------------------------------------------------------------------------- 1 | # 33.9. Functions Associated with the COPY Command 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/libpq-c-library/README.md -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/control-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/libpq-c-library/control-functions.md -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/environment-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/libpq-c-library/environment-variables.md -------------------------------------------------------------------------------- /tw/client-interfaces/libpq-c-library/example-programs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/libpq-c-library/example-programs.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.10.-collations.md: -------------------------------------------------------------------------------- 1 | # 36.10. collations 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.11.-collation_character_set_applicability.md: -------------------------------------------------------------------------------- 1 | # 36.11. collation\_character\_set\_applicability 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.12.-column_domain_usage.md: -------------------------------------------------------------------------------- 1 | # 36.12. column\_domain\_usage 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.13.-column_options.md: -------------------------------------------------------------------------------- 1 | # 36.13. column\_options 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.14.-column_privileges.md: -------------------------------------------------------------------------------- 1 | # 36.14. column\_privileges 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.15.-column_udt_usage.md: -------------------------------------------------------------------------------- 1 | # 36.15. column\_udt\_usage 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.16.-columns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/36.16.-columns.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.18.-constraint_table_usage.md: -------------------------------------------------------------------------------- 1 | # 37.18. constraint\_table\_usage 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.19.-data_type_privileges.md: -------------------------------------------------------------------------------- 1 | # 37.19. data\_type\_privileges 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.2.-data-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/36.2.-data-types.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.20.-domain_constraints.md: -------------------------------------------------------------------------------- 1 | # 37.20. domain\_constraints 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.21.-domain_udt_usage.md: -------------------------------------------------------------------------------- 1 | # 37.21. domain\_udt\_usage 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.22.-domains.md: -------------------------------------------------------------------------------- 1 | # 37.22. domains 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.23.-element_types.md: -------------------------------------------------------------------------------- 1 | # 37.23. element\_types 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.24.-enabled_roles.md: -------------------------------------------------------------------------------- 1 | # 37.24. enabled\_roles 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.25.-foreign_data_wrapper_options.md: -------------------------------------------------------------------------------- 1 | # 37.25. foreign\_data\_wrapper\_options 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.26.-foreign_data_wrappers.md: -------------------------------------------------------------------------------- 1 | # 37.26. foreign\_data\_wrappers 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.27.-foreign_server_options.md: -------------------------------------------------------------------------------- 1 | # 37.27. foreign\_server\_options 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.28.-foreign_servers.md: -------------------------------------------------------------------------------- 1 | # 37.28. foreign\_servers 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.29.-foreign_table_options.md: -------------------------------------------------------------------------------- 1 | # 37.29. foreign\_table\_options 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.3.-information_schema_catalog_name.md: -------------------------------------------------------------------------------- 1 | # 36.3. information\_schema\_catalog\_name 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.30.-foreign_tables.md: -------------------------------------------------------------------------------- 1 | # 37.30. foreign\_tables 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.32.-parameters.md: -------------------------------------------------------------------------------- 1 | # 37.32. parameters 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.34.-role_column_grants.md: -------------------------------------------------------------------------------- 1 | # 37.34. role\_column\_grants 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.35.-role_routine_grants.md: -------------------------------------------------------------------------------- 1 | # 37.35. role\_routine\_grants 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.37.-role_udt_grants.md: -------------------------------------------------------------------------------- 1 | # 37.37. role\_udt\_grants 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.38.-role_usage_grants.md: -------------------------------------------------------------------------------- 1 | # 37.38. role\_usage\_grants 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.39.-routine_privileges.md: -------------------------------------------------------------------------------- 1 | # 37.39. routine\_privileges 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.40.-routines.md: -------------------------------------------------------------------------------- 1 | # 37.40. routines 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.42.-sequences.md: -------------------------------------------------------------------------------- 1 | # 37.42. sequences 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.43.-sql_features.md: -------------------------------------------------------------------------------- 1 | # 37.43. sql\_features 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.44.-sql_implementation_info.md: -------------------------------------------------------------------------------- 1 | # 37.44. sql\_implementation\_info 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.45.-sql_languages.md: -------------------------------------------------------------------------------- 1 | # 37.45. sql\_languages 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.46.-sql_packages.md: -------------------------------------------------------------------------------- 1 | # 37.46. sql\_packages 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.47.-sql_parts.md: -------------------------------------------------------------------------------- 1 | # 37.47. sql\_parts 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.48.-sql_sizing.md: -------------------------------------------------------------------------------- 1 | # 37.48. sql\_sizing 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.49.-sql_sizing_profiles.md: -------------------------------------------------------------------------------- 1 | # 37.49. sql\_sizing\_profiles 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.5.-applicable_roles.md: -------------------------------------------------------------------------------- 1 | # 36.5. applicable\_roles 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.52.-tables.md: -------------------------------------------------------------------------------- 1 | # 37.52. tables 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.53.-transforms.md: -------------------------------------------------------------------------------- 1 | # 37.53. transforms 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.54.-triggered_update_columns.md: -------------------------------------------------------------------------------- 1 | # 37.54. triggered\_update\_columns 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.55.-triggers.md: -------------------------------------------------------------------------------- 1 | # 37.55. triggers 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.56.-udt_privileges.md: -------------------------------------------------------------------------------- 1 | # 37.56. udt\_privileges 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.57.-usage_privileges.md: -------------------------------------------------------------------------------- 1 | # 37.57. usage\_privileges 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.58.-user_defined_types.md: -------------------------------------------------------------------------------- 1 | # 37.58. user\_defined\_types 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.59.-user_mapping_options.md: -------------------------------------------------------------------------------- 1 | # 37.59. user\_mapping\_options 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.6.-attributes.md: -------------------------------------------------------------------------------- 1 | # 36.6. attributes 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.60.-user_mappings.md: -------------------------------------------------------------------------------- 1 | # 37.60. user\_mappings 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.61.-view_column_usage.md: -------------------------------------------------------------------------------- 1 | # 37.61. view\_column\_usage 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.62.-view_routine_usage.md: -------------------------------------------------------------------------------- 1 | # 37.62. view\_routine\_usage 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.63.-view_table_usage.md: -------------------------------------------------------------------------------- 1 | # 37.63. view\_table\_usage 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.64.-views.md: -------------------------------------------------------------------------------- 1 | # 37.64. views 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.7.-character_sets.md: -------------------------------------------------------------------------------- 1 | # 36.7. character\_sets 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.8.-check_constraint_routine_usage.md: -------------------------------------------------------------------------------- 1 | # 36.8. check\_constraint\_routine\_usage 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/36.9.-check_constraints.md: -------------------------------------------------------------------------------- 1 | # 36.9. check\_constraints 2 | 3 | -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/README.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/applicable_roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/applicable_roles.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/attributes.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/character_sets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/character_sets.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/check_constraints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/check_constraints.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/collations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/collations.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/column_udt_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/column_udt_usage.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/columns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/columns.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/data-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/data-types.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/key_column_usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/key_column_usage.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/parameters.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/role_table_grants.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/role_table_grants.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/schemata.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/schemata.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/table_constraints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/table_constraints.md -------------------------------------------------------------------------------- /tw/client-interfaces/the-information-schema/the-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/client-interfaces/the-information-schema/the-schema.md -------------------------------------------------------------------------------- /tw/cover_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/cover_small.jpg -------------------------------------------------------------------------------- /tw/index.md: -------------------------------------------------------------------------------- 1 | {% include_relative SUMMARY.md %} 2 | -------------------------------------------------------------------------------- /tw/internals/52.-frontend-backend-protocol/52.10.-summary-of-changes-since-protocol-2.0.md: -------------------------------------------------------------------------------- 1 | # 52.10. Summary of Changes since Protocol 2.0 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/52.-frontend-backend-protocol/52.2.-message-flow.md: -------------------------------------------------------------------------------- 1 | # 52.2. Message Flow 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/52.-frontend-backend-protocol/52.3.-sasl-authentication.md: -------------------------------------------------------------------------------- 1 | # 52.3. SASL Authentication 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/52.-frontend-backend-protocol/52.4.-streaming-replication-protocol.md: -------------------------------------------------------------------------------- 1 | # 52.4. Streaming Replication Protocol 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/52.-frontend-backend-protocol/52.6.-message-data-types.md: -------------------------------------------------------------------------------- 1 | # 52.6. Message Data Types 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/52.-frontend-backend-protocol/52.7.-message-formats.md: -------------------------------------------------------------------------------- 1 | # 52.7. Message Formats 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/52.-frontend-backend-protocol/52.8.-error-and-notice-message-fields.md: -------------------------------------------------------------------------------- 1 | # 52.8. Error and Notice Message Fields 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/52.-frontend-backend-protocol/52.9.-logical-replication-message-formats.md: -------------------------------------------------------------------------------- 1 | # 52.9. Logical Replication Message Formats 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/52.-frontend-backend-protocol/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/52.-frontend-backend-protocol/README.md -------------------------------------------------------------------------------- /tw/internals/52.-frontend-backend-protocol/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/52.-frontend-backend-protocol/overview.md -------------------------------------------------------------------------------- /tw/internals/71.-backup-manifest-format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/71.-backup-manifest-format.md -------------------------------------------------------------------------------- /tw/internals/README.md: -------------------------------------------------------------------------------- 1 | # VII. 資料庫進階 2 | 3 | 本部分包含可能用於 PostgreSQL 研發人員的各種內容。 4 | 5 | -------------------------------------------------------------------------------- /tw/internals/b-tree-indexes/README.md: -------------------------------------------------------------------------------- 1 | # 64. B-Tree Indexes 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/b-tree-indexes/b-tree-support-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/b-tree-indexes/b-tree-support-functions.md -------------------------------------------------------------------------------- /tw/internals/b-tree-indexes/implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/b-tree-indexes/implementation.md -------------------------------------------------------------------------------- /tw/internals/b-tree-indexes/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/b-tree-indexes/introduction.md -------------------------------------------------------------------------------- /tw/internals/brin/README.md: -------------------------------------------------------------------------------- 1 | # 67. BRIN Indexes 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/brin/built-in-operator-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/brin/built-in-operator-classes.md -------------------------------------------------------------------------------- /tw/internals/brin/extensibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/brin/extensibility.md -------------------------------------------------------------------------------- /tw/internals/brin/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/brin/introduction.md -------------------------------------------------------------------------------- /tw/internals/database-physical-storage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/database-physical-storage/README.md -------------------------------------------------------------------------------- /tw/internals/database-physical-storage/database-file-layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/database-physical-storage/database-file-layout.md -------------------------------------------------------------------------------- /tw/internals/database-physical-storage/database-page-layout.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/database-physical-storage/database-page-layout.md -------------------------------------------------------------------------------- /tw/internals/database-physical-storage/free-space-map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/database-physical-storage/free-space-map.md -------------------------------------------------------------------------------- /tw/internals/database-physical-storage/the-initialization-fork.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/database-physical-storage/the-initialization-fork.md -------------------------------------------------------------------------------- /tw/internals/database-physical-storage/toast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/database-physical-storage/toast.md -------------------------------------------------------------------------------- /tw/internals/database-physical-storage/visibility-map.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/database-physical-storage/visibility-map.md -------------------------------------------------------------------------------- /tw/internals/generic-wal-records.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/generic-wal-records.md -------------------------------------------------------------------------------- /tw/internals/genetic-query-optimizer/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/genetic-query-optimizer/README.md -------------------------------------------------------------------------------- /tw/internals/genetic-query-optimizer/further-reading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/genetic-query-optimizer/further-reading.md -------------------------------------------------------------------------------- /tw/internals/genetic-query-optimizer/genetic-algorithms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/genetic-query-optimizer/genetic-algorithms.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/64.1.-introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/64.1.-introduction.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/64.1.-jian-jie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/64.1.-jian-jie.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/64.2.-built-in-operator-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/64.2.-built-in-operator-classes.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/64.3.-extensibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/64.3.-extensibility.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/64.6.-limitations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/64.6.-limitations.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/64.7.-examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/64.7.-examples.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/README.md: -------------------------------------------------------------------------------- 1 | # 66. GIN 索引 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/gin-indexes/built-in-operator-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/built-in-operator-classes.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/examples.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/extensibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/extensibility.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/gin-tips-and-tricks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/gin-tips-and-tricks.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/implementation.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/introduction.md -------------------------------------------------------------------------------- /tw/internals/gin-indexes/limitations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gin-indexes/limitations.md -------------------------------------------------------------------------------- /tw/internals/gist-indexes/README.md: -------------------------------------------------------------------------------- 1 | # 64. GiST Indexes 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/gist-indexes/built-in-operator-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gist-indexes/built-in-operator-classes.md -------------------------------------------------------------------------------- /tw/internals/gist-indexes/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gist-indexes/examples.md -------------------------------------------------------------------------------- /tw/internals/gist-indexes/extensibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gist-indexes/extensibility.md -------------------------------------------------------------------------------- /tw/internals/gist-indexes/implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gist-indexes/implementation.md -------------------------------------------------------------------------------- /tw/internals/gist-indexes/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/gist-indexes/introduction.md -------------------------------------------------------------------------------- /tw/internals/how-the-planner-uses-statistics/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/how-the-planner-uses-statistics/README.md -------------------------------------------------------------------------------- /tw/internals/index-access-method-interface-definition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/index-access-method-interface-definition.md -------------------------------------------------------------------------------- /tw/internals/native-language-support/README.md: -------------------------------------------------------------------------------- 1 | # 54. Native Language Support 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/native-language-support/for-the-programmer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/native-language-support/for-the-programmer.md -------------------------------------------------------------------------------- /tw/internals/native-language-support/for-the-translator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/native-language-support/for-the-translator.md -------------------------------------------------------------------------------- /tw/internals/overview-of-postgresql-internals/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/overview-of-postgresql-internals/README.md -------------------------------------------------------------------------------- /tw/internals/overview-of-postgresql-internals/executor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/overview-of-postgresql-internals/executor.md -------------------------------------------------------------------------------- /tw/internals/overview-of-postgresql-internals/the-parser-stage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/overview-of-postgresql-internals/the-parser-stage.md -------------------------------------------------------------------------------- /tw/internals/postgresql-coding-conventions/54.1.-formatting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/postgresql-coding-conventions/54.1.-formatting.md -------------------------------------------------------------------------------- /tw/internals/postgresql-coding-conventions/README.md: -------------------------------------------------------------------------------- 1 | # 53. PostgreSQL 程式撰寫慣例 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/sp-gist-indexes/README.md: -------------------------------------------------------------------------------- 1 | # 65. SP-GiST Indexes 2 | 3 | -------------------------------------------------------------------------------- /tw/internals/sp-gist-indexes/built-in-operator-classes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/sp-gist-indexes/built-in-operator-classes.md -------------------------------------------------------------------------------- /tw/internals/sp-gist-indexes/examples.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/sp-gist-indexes/examples.md -------------------------------------------------------------------------------- /tw/internals/sp-gist-indexes/extensibility.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/sp-gist-indexes/extensibility.md -------------------------------------------------------------------------------- /tw/internals/sp-gist-indexes/implementation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/sp-gist-indexes/implementation.md -------------------------------------------------------------------------------- /tw/internals/sp-gist-indexes/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/sp-gist-indexes/introduction.md -------------------------------------------------------------------------------- /tw/internals/system-catalog-declarations-and-initial-contents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalog-declarations-and-initial-contents.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/51.44.-pg_rewrite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/51.44.-pg_rewrite.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/51.54.-pg_tablespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/51.54.-pg_tablespace.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/51.56.-pg_trigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/51.56.-pg_trigger.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/README.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_am.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_am.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_attribute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_attribute.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_auth_members.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_auth_members.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_authid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_authid.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_available_extension_versions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_available_extension_versions.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_available_extensions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_available_extensions.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_cast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_cast.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_class.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_class.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_collation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_collation.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_constraint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_constraint.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_database.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_event_trigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_event_trigger.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_extension.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_extension.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_hba_file_rules.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_hba_file_rules.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_index.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_indexes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_indexes.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_language.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_locks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_locks.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_namespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_namespace.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_opclass.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_opclass.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_policy.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_prepared_xacts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_prepared_xacts.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_proc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_proc.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_replication_slots.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_replication_slots.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_roles.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_settings.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_shmem_allocations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_shmem_allocations.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_statistic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_statistic.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_statistic_ext.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_statistic_ext.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_stats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_stats.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_subscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_subscription.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_subscription_rel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_subscription_rel.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_tables.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_type.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_user.md -------------------------------------------------------------------------------- /tw/internals/system-catalogs/pg_views.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/system-catalogs/pg_views.md -------------------------------------------------------------------------------- /tw/internals/table-access-method-interface-definition.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/table-access-method-interface-definition.md -------------------------------------------------------------------------------- /tw/internals/writing-a-foreign-data-wrapper/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/writing-a-foreign-data-wrapper/README.md -------------------------------------------------------------------------------- /tw/internals/writing-a-procedural-language-handler.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/internals/writing-a-procedural-language-handler.md -------------------------------------------------------------------------------- /tw/iv.-client-interfaces/33.-libpq-c-library/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/iv.-client-interfaces/33.-libpq-c-library/README.md -------------------------------------------------------------------------------- /tw/iv.-client-interfaces/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/iv.-client-interfaces/README.md -------------------------------------------------------------------------------- /tw/preface/01_intro-whatis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/preface/01_intro-whatis.md -------------------------------------------------------------------------------- /tw/preface/02_history.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/preface/02_history.md -------------------------------------------------------------------------------- /tw/preface/03_notation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/preface/03_notation.md -------------------------------------------------------------------------------- /tw/preface/04_resources.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/preface/04_resources.md -------------------------------------------------------------------------------- /tw/preface/05_bug-reporting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/preface/05_bug-reporting.md -------------------------------------------------------------------------------- /tw/preface/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/preface/README.md -------------------------------------------------------------------------------- /tw/reference/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/README.md -------------------------------------------------------------------------------- /tw/reference/client-applications/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/README.md -------------------------------------------------------------------------------- /tw/reference/client-applications/createdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/createdb.md -------------------------------------------------------------------------------- /tw/reference/client-applications/createuser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/createuser.md -------------------------------------------------------------------------------- /tw/reference/client-applications/dropdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/dropdb.md -------------------------------------------------------------------------------- /tw/reference/client-applications/dropuser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/dropuser.md -------------------------------------------------------------------------------- /tw/reference/client-applications/oid2name.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/oid2name.md -------------------------------------------------------------------------------- /tw/reference/client-applications/pg_basebackup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/pg_basebackup.md -------------------------------------------------------------------------------- /tw/reference/client-applications/pg_dump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/pg_dump.md -------------------------------------------------------------------------------- /tw/reference/client-applications/pg_dumpall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/pg_dumpall.md -------------------------------------------------------------------------------- /tw/reference/client-applications/pg_isready.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/pg_isready.md -------------------------------------------------------------------------------- /tw/reference/client-applications/pg_receivewal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/pg_receivewal.md -------------------------------------------------------------------------------- /tw/reference/client-applications/pg_recvlogical.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/pg_recvlogical.md -------------------------------------------------------------------------------- /tw/reference/client-applications/pg_restore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/pg_restore.md -------------------------------------------------------------------------------- /tw/reference/client-applications/pg_verifybackup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/pg_verifybackup.md -------------------------------------------------------------------------------- /tw/reference/client-applications/pgbench.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/pgbench.md -------------------------------------------------------------------------------- /tw/reference/client-applications/psql.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/psql.md -------------------------------------------------------------------------------- /tw/reference/client-applications/vacuumdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/client-applications/vacuumdb.md -------------------------------------------------------------------------------- /tw/reference/server-applications/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/server-applications/README.md -------------------------------------------------------------------------------- /tw/reference/server-applications/initdb.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/server-applications/initdb.md -------------------------------------------------------------------------------- /tw/reference/server-applications/pg_archivecleanup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/server-applications/pg_archivecleanup.md -------------------------------------------------------------------------------- /tw/reference/server-applications/pg_ctl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/server-applications/pg_ctl.md -------------------------------------------------------------------------------- /tw/reference/server-applications/pg_standby.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/server-applications/pg_standby.md -------------------------------------------------------------------------------- /tw/reference/server-applications/pg_test_timing.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/server-applications/pg_test_timing.md -------------------------------------------------------------------------------- /tw/reference/server-applications/pg_upgrade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/server-applications/pg_upgrade.md -------------------------------------------------------------------------------- /tw/reference/server-applications/postgres.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/server-applications/postgres.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/README.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-database.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-default-privileges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-default-privileges.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-extension.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-extension.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-function.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-index.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-language.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-materialized-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-materialized-view.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-policy.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-publication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-publication.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-role.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-role.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-rule.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-schema.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-sequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-sequence.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-statistics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-statistics.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-subscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-subscription.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-system.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-table.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-tablespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-tablespace.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-trigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-trigger.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-type.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-user.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/alter-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/alter-view.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/analyze.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/analyze.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/cluster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/cluster.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/comment.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/comment.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/commit-prepared.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/commit-prepared.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/copy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/copy.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-access-method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-access-method.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-cast.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-cast.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-database.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-domain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-domain.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-event-trigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-event-trigger.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-extension.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-extension.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-foreign-data-wrapper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-foreign-data-wrapper.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-foreign-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-foreign-table.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-function.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-index.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-language.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-materialized-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-materialized-view.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-policy.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-procedure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-procedure.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-publication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-publication.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-role.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-role.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-rule.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-schema.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-sequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-sequence.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-server.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-server.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-statistics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-statistics.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-subscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-subscription.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-table-as.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-table-as.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-table.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-tablespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-tablespace.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-transform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-transform.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-trigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-trigger.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-type.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-user-mapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-user-mapping.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-user.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/create-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/create-view.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/deallocate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/deallocate.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/delete.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/delete.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/do.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/do.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-access-method.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-access-method.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-database.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-extension.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-extension.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-function.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-function.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-index.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-language.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-materialized-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-materialized-view.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-owned.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-owned.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-policy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-policy.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-publication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-publication.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-role.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-role.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-rule.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-rule.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-schema.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-sequence.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-sequence.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-statistics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-statistics.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-subscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-subscription.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-table.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-tablespace.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-tablespace.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-transform.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-transform.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-trigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-trigger.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-type.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-user.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-user.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/drop-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/drop-view.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/execute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/execute.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/explain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/explain.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/grant.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/grant.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/import-foreign-schema.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/import-foreign-schema.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/insert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/insert.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/listen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/listen.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/load.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/load.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/notify.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/notify.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/prepare-transaction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/prepare-transaction.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/prepare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/prepare.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/reassign-owned.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/reassign-owned.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/refresh-materialized-view.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/refresh-materialized-view.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/reindex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/reindex.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/reset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/reset.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/revoke.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/revoke.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/rollback-prepared.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/rollback-prepared.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/security-label.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/security-label.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/select-into.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/select-into.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/select.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/select.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/set-constraints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/set-constraints.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/set-role.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/set-role.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/set-session-authorization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/set-session-authorization.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/set-transaction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/set-transaction.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/set.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/set.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/show.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/show.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/truncate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/truncate.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/unlisten.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/unlisten.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/untitled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/untitled.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/update.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/update.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/vacuum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/vacuum.md -------------------------------------------------------------------------------- /tw/reference/sql-commands/values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/reference/sql-commands/values.md -------------------------------------------------------------------------------- /tw/server-administration/25.-bei-fen-ji-huan-yuan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/25.-bei-fen-ji-huan-yuan/README.md -------------------------------------------------------------------------------- /tw/server-administration/32.-just-in-time-compilation-jit/README.md: -------------------------------------------------------------------------------- 1 | # 31. Just-in-Time Compilation(JIT) 2 | 3 | 本章介紹了即時編譯的方式,以及如何在 PostgreSQL 中進行設定。 4 | 5 | -------------------------------------------------------------------------------- /tw/server-administration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/README.md -------------------------------------------------------------------------------- /tw/server-administration/backup-and-restore/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/backup-and-restore/README.md -------------------------------------------------------------------------------- /tw/server-administration/backup-and-restore/sql-dump.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/backup-and-restore/sql-dump.md -------------------------------------------------------------------------------- /tw/server-administration/client-authentication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/client-authentication/README.md -------------------------------------------------------------------------------- /tw/server-administration/client-authentication/authentication-problems.md: -------------------------------------------------------------------------------- 1 | # 20.4. Authentication Problems 2 | 3 | -------------------------------------------------------------------------------- /tw/server-administration/client-authentication/user-name-maps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/client-authentication/user-name-maps.md -------------------------------------------------------------------------------- /tw/server-administration/database-roles/21.5.-default-roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/database-roles/21.5.-default-roles.md -------------------------------------------------------------------------------- /tw/server-administration/database-roles/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/database-roles/README.md -------------------------------------------------------------------------------- /tw/server-administration/database-roles/database-roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/database-roles/database-roles.md -------------------------------------------------------------------------------- /tw/server-administration/database-roles/default-roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/database-roles/default-roles.md -------------------------------------------------------------------------------- /tw/server-administration/database-roles/dropping-roles.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/database-roles/dropping-roles.md -------------------------------------------------------------------------------- /tw/server-administration/database-roles/function-security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/database-roles/function-security.md -------------------------------------------------------------------------------- /tw/server-administration/database-roles/role-attributes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/database-roles/role-attributes.md -------------------------------------------------------------------------------- /tw/server-administration/database-roles/role-membership.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/database-roles/role-membership.md -------------------------------------------------------------------------------- /tw/server-administration/high-availability-load-balancing-and-replication/26.1.-comparison-of-different-solutions.md: -------------------------------------------------------------------------------- 1 | # 26.1. Comparison of Different Solutions 2 | 3 | -------------------------------------------------------------------------------- /tw/server-administration/installation-from-binaries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/installation-from-binaries.md -------------------------------------------------------------------------------- /tw/server-administration/installation-from-source-code/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/installation-from-source-code/README.md -------------------------------------------------------------------------------- /tw/server-administration/just-in-time-compilation/README.md: -------------------------------------------------------------------------------- 1 | # 32. Just-in-Time Compilation(JIT) 2 | 3 | 本章介紹了即時編譯的方式,以及如何在 PostgreSQL 中進行設定。 4 | -------------------------------------------------------------------------------- /tw/server-administration/just-in-time-compilation/when-to-jit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/just-in-time-compilation/when-to-jit.md -------------------------------------------------------------------------------- /tw/server-administration/localization/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/localization/README.md -------------------------------------------------------------------------------- /tw/server-administration/localization/character-set-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/localization/character-set-support.md -------------------------------------------------------------------------------- /tw/server-administration/localization/collation-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/localization/collation-support.md -------------------------------------------------------------------------------- /tw/server-administration/localization/locale-support.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/localization/locale-support.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/31.4.-xian-zhi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/31.4.-xian-zhi.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/31.5.-jia-gou.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/31.5.-jia-gou.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/31.6.-jian-kong.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/31.6.-jian-kong.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/README.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/architecture.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/architecture.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/conflicts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/conflicts.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/monitoring.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/monitoring.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/publication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/publication.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/quick-setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/quick-setup.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/restrictions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/restrictions.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/security.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/security.md -------------------------------------------------------------------------------- /tw/server-administration/logical-replication/subscription.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/logical-replication/subscription.md -------------------------------------------------------------------------------- /tw/server-administration/managing-databases/22.1.-overview.md: -------------------------------------------------------------------------------- 1 | # 22.1. Overview 2 | 3 | -------------------------------------------------------------------------------- /tw/server-administration/managing-databases/22.2.-creating-a-database.md: -------------------------------------------------------------------------------- 1 | # 22.2. Creating a Database 2 | 3 | -------------------------------------------------------------------------------- /tw/server-administration/managing-databases/22.4.-database-configuration.md: -------------------------------------------------------------------------------- 1 | # 22.4. Database Configuration 2 | 3 | -------------------------------------------------------------------------------- /tw/server-administration/managing-databases/22.5.-destroying-a-database.md: -------------------------------------------------------------------------------- 1 | # 22.5. Destroying a Database 2 | 3 | -------------------------------------------------------------------------------- /tw/server-administration/managing-databases/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/managing-databases/README.md -------------------------------------------------------------------------------- /tw/server-administration/managing-databases/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/managing-databases/overview.md -------------------------------------------------------------------------------- /tw/server-administration/managing-databases/tablespaces.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/managing-databases/tablespaces.md -------------------------------------------------------------------------------- /tw/server-administration/monitoring-database-activity/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/monitoring-database-activity/README.md -------------------------------------------------------------------------------- /tw/server-administration/monitoring-disk-usage/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/monitoring-disk-usage/README.md -------------------------------------------------------------------------------- /tw/server-administration/regression-tests/32.4.-tap-tests.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/regression-tests/32.4.-tap-tests.md -------------------------------------------------------------------------------- /tw/server-administration/regression-tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/regression-tests/README.md -------------------------------------------------------------------------------- /tw/server-administration/server-configuration/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/server-configuration/README.md -------------------------------------------------------------------------------- /tw/server-administration/server-configuration/error-handling.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/server-configuration/error-handling.md -------------------------------------------------------------------------------- /tw/server-administration/server-configuration/file-locations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/server-configuration/file-locations.md -------------------------------------------------------------------------------- /tw/server-administration/server-configuration/query-planning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/server-configuration/query-planning.md -------------------------------------------------------------------------------- /tw/server-administration/server-configuration/replication.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/server-configuration/replication.md -------------------------------------------------------------------------------- /tw/server-administration/server-configuration/short-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-administration/server-configuration/short-options.md -------------------------------------------------------------------------------- /tw/server-administration/server-setup-and-operation/README.md: -------------------------------------------------------------------------------- 1 | # 18. 服務配置與維運 2 | 3 | 本章討論如何設定和運行資料庫伺服器及其與作業系統的互動。 4 | 5 | -------------------------------------------------------------------------------- /tw/server-programming/40.-event-triggers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/40.-event-triggers.md -------------------------------------------------------------------------------- /tw/server-programming/47.-background-worker-processes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/47.-background-worker-processes.md -------------------------------------------------------------------------------- /tw/server-programming/48.-logical-decoding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/48.-logical-decoding.md -------------------------------------------------------------------------------- /tw/server-programming/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/README.md -------------------------------------------------------------------------------- /tw/server-programming/background-worker-processes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/background-worker-processes.md -------------------------------------------------------------------------------- /tw/server-programming/event-triggers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/event-triggers/README.md -------------------------------------------------------------------------------- /tw/server-programming/extending-sql/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/extending-sql/README.md -------------------------------------------------------------------------------- /tw/server-programming/extending-sql/c-language-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/extending-sql/c-language-functions.md -------------------------------------------------------------------------------- /tw/server-programming/extending-sql/function-overloading.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/extending-sql/function-overloading.md -------------------------------------------------------------------------------- /tw/server-programming/extending-sql/internal-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/extending-sql/internal-functions.md -------------------------------------------------------------------------------- /tw/server-programming/extending-sql/user-defined-aggregates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/extending-sql/user-defined-aggregates.md -------------------------------------------------------------------------------- /tw/server-programming/extending-sql/user-defined-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/extending-sql/user-defined-functions.md -------------------------------------------------------------------------------- /tw/server-programming/extending-sql/user-defined-operators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/extending-sql/user-defined-operators.md -------------------------------------------------------------------------------- /tw/server-programming/extending-sql/user-defined-procedures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/extending-sql/user-defined-procedures.md -------------------------------------------------------------------------------- /tw/server-programming/extending-sql/user-defined-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/extending-sql/user-defined-types.md -------------------------------------------------------------------------------- /tw/server-programming/logical-decoding/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/logical-decoding/README.md -------------------------------------------------------------------------------- /tw/server-programming/pl-perl-perl-procedural-language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/pl-perl-perl-procedural-language.md -------------------------------------------------------------------------------- /tw/server-programming/pl-python-python-procedural-language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/pl-python-python-procedural-language.md -------------------------------------------------------------------------------- /tw/server-programming/pl-tcl-tcl-procedural-language.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/pl-tcl-tcl-procedural-language.md -------------------------------------------------------------------------------- /tw/server-programming/procedural-languages/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/procedural-languages/README.md -------------------------------------------------------------------------------- /tw/server-programming/replication-progress-tracking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/replication-progress-tracking.md -------------------------------------------------------------------------------- /tw/server-programming/server-programming-interface.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/server-programming-interface.md -------------------------------------------------------------------------------- /tw/server-programming/the-rule-system/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/the-rule-system/README.md -------------------------------------------------------------------------------- /tw/server-programming/the-rule-system/materialized-views.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/the-rule-system/materialized-views.md -------------------------------------------------------------------------------- /tw/server-programming/the-rule-system/rules-and-privileges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/the-rule-system/rules-and-privileges.md -------------------------------------------------------------------------------- /tw/server-programming/the-rule-system/rules-versus-triggers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/the-rule-system/rules-versus-triggers.md -------------------------------------------------------------------------------- /tw/server-programming/the-rule-system/the-query-tree.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/the-rule-system/the-query-tree.md -------------------------------------------------------------------------------- /tw/server-programming/triggers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/triggers.md -------------------------------------------------------------------------------- /tw/server-programming/triggers/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/triggers/README.md -------------------------------------------------------------------------------- /tw/server-programming/triggers/a-complete-trigger-example.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/triggers/a-complete-trigger-example.md -------------------------------------------------------------------------------- /tw/server-programming/triggers/overview-of-trigger-behavior.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/triggers/overview-of-trigger-behavior.md -------------------------------------------------------------------------------- /tw/server-programming/triggers/visibility-of-data-changes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/server-programming/triggers/visibility-of-data-changes.md -------------------------------------------------------------------------------- /tw/sql-syntax/10.-xing-bie-zhuan-huan/10.1.-gai-guan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/10.-xing-bie-zhuan-huan/10.1.-gai-guan.md -------------------------------------------------------------------------------- /tw/sql-syntax/10.-xing-bie-zhuan-huan/10.3.-han-shi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/10.-xing-bie-zhuan-huan/10.3.-han-shi.md -------------------------------------------------------------------------------- /tw/sql-syntax/10.-xing-bie-zhuan-huan/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/10.-xing-bie-zhuan-huan/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/11.-suo-yin/11.1.-jian-jie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/11.-suo-yin/11.1.-jian-jie.md -------------------------------------------------------------------------------- /tw/sql-syntax/11.-suo-yin/11.10.-indexes-and-collations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/11.-suo-yin/11.10.-indexes-and-collations.md -------------------------------------------------------------------------------- /tw/sql-syntax/11.-suo-yin/11.2.-suo-yin-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/11.-suo-yin/11.2.-suo-yin-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/11.-suo-yin/11.3.-duo-lan-wei-suo-yin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/11.-suo-yin/11.3.-duo-lan-wei-suo-yin.md -------------------------------------------------------------------------------- /tw/sql-syntax/11.-suo-yin/11.4.-suo-yin-yu-order-by.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/11.-suo-yin/11.4.-suo-yin-yu-order-by.md -------------------------------------------------------------------------------- /tw/sql-syntax/11.-suo-yin/11.5.-shan-yong-duo-ge-suo-yin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/11.-suo-yin/11.5.-shan-yong-duo-ge-suo-yin.md -------------------------------------------------------------------------------- /tw/sql-syntax/11.-suo-yin/11.7.-biao-shi-shi-suo-yin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/11.-suo-yin/11.7.-biao-shi-shi-suo-yin.md -------------------------------------------------------------------------------- /tw/sql-syntax/11.-suo-yin/11.8.-bu-fen-suo-yin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/11.-suo-yin/11.8.-bu-fen-suo-yin.md -------------------------------------------------------------------------------- /tw/sql-syntax/11.-suo-yin/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/11.-suo-yin/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/12.-quan-wen-jian-suo/12.1.-jian-jie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/12.-quan-wen-jian-suo/12.1.-jian-jie.md -------------------------------------------------------------------------------- /tw/sql-syntax/12.-quan-wen-jian-suo/12.10.-psql-zhi-yuan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/12.-quan-wen-jian-suo/12.10.-psql-zhi-yuan.md -------------------------------------------------------------------------------- /tw/sql-syntax/12.-quan-wen-jian-suo/12.2.-cha-xun-yu-suo-yin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/12.-quan-wen-jian-suo/12.2.-cha-xun-yu-suo-yin.md -------------------------------------------------------------------------------- /tw/sql-syntax/12.-quan-wen-jian-suo/12.3.-xi-bu-kong-zhi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/12.-quan-wen-jian-suo/12.3.-xi-bu-kong-zhi.md -------------------------------------------------------------------------------- /tw/sql-syntax/12.-quan-wen-jian-suo/12.4.-yan-shen-gong-neng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/12.-quan-wen-jian-suo/12.4.-yan-shen-gong-neng.md -------------------------------------------------------------------------------- /tw/sql-syntax/12.-quan-wen-jian-suo/12.5.-duan-ci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/12.-quan-wen-jian-suo/12.5.-duan-ci.md -------------------------------------------------------------------------------- /tw/sql-syntax/12.-quan-wen-jian-suo/12.6.-zi-dian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/12.-quan-wen-jian-suo/12.6.-zi-dian.md -------------------------------------------------------------------------------- /tw/sql-syntax/12.-quan-wen-jian-suo/12.7.-zu-tai-fan-li.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/12.-quan-wen-jian-suo/12.7.-zu-tai-fan-li.md -------------------------------------------------------------------------------- /tw/sql-syntax/12.-quan-wen-jian-suo/README.md: -------------------------------------------------------------------------------- 1 | # 12. 全文檢索 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql-syntax/13.-yi-zhi-xing-guan-li/13.1.-jian-jie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/13.-yi-zhi-xing-guan-li/13.1.-jian-jie.md -------------------------------------------------------------------------------- /tw/sql-syntax/13.-yi-zhi-xing-guan-li/13.2.-jiao-yi-ge-li.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/13.-yi-zhi-xing-guan-li/13.2.-jiao-yi-ge-li.md -------------------------------------------------------------------------------- /tw/sql-syntax/13.-yi-zhi-xing-guan-li/13.3.-suo-ding-mo-shi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/13.-yi-zhi-xing-guan-li/13.3.-suo-ding-mo-shi.md -------------------------------------------------------------------------------- /tw/sql-syntax/13.-yi-zhi-xing-guan-li/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/13.-yi-zhi-xing-guan-li/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/14.-xiao-shuai-ji-qiao/14.1.-shan-yong-explain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/14.-xiao-shuai-ji-qiao/14.1.-shan-yong-explain.md -------------------------------------------------------------------------------- /tw/sql-syntax/14.-xiao-shuai-ji-qiao/14.2.-tong-ji-zi-xun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/14.-xiao-shuai-ji-qiao/14.2.-tong-ji-zi-xun.md -------------------------------------------------------------------------------- /tw/sql-syntax/14.-xiao-shuai-ji-qiao/14.5.-dan-xing-she-ding.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/14.-xiao-shuai-ji-qiao/14.5.-dan-xing-she-ding.md -------------------------------------------------------------------------------- /tw/sql-syntax/14.-xiao-shuai-ji-qiao/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/14.-xiao-shuai-ji-qiao/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/15.-ping-hang-cha-xun/15.1.-ru-he-yun-zuo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/15.-ping-hang-cha-xun/15.1.-ru-he-yun-zuo.md -------------------------------------------------------------------------------- /tw/sql-syntax/15.-ping-hang-cha-xun/15.2.-qi-yong-shi-ji.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/15.-ping-hang-cha-xun/15.2.-qi-yong-shi-ji.md -------------------------------------------------------------------------------- /tw/sql-syntax/15.-ping-hang-cha-xun/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/15.-ping-hang-cha-xun/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/4.-sql-yu-fa/4.1.-yu-fa-jie-gou.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/4.-sql-yu-fa/4.1.-yu-fa-jie-gou.md -------------------------------------------------------------------------------- /tw/sql-syntax/4.-sql-yu-fa/4.2.-can-shu-biao-shi-shi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/4.-sql-yu-fa/4.2.-can-shu-biao-shi-shi.md -------------------------------------------------------------------------------- /tw/sql-syntax/4.-sql-yu-fa/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/4.-sql-yu-fa/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/4.-sql-yu-fa/calling-funcs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/4.-sql-yu-fa/calling-funcs.md -------------------------------------------------------------------------------- /tw/sql-syntax/5.-ding-yi-zi-liao-jie-gou/5.2.-yu-she-zhi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/5.-ding-yi-zi-liao-jie-gou/5.2.-yu-she-zhi.md -------------------------------------------------------------------------------- /tw/sql-syntax/5.-ding-yi-zi-liao-jie-gou/5.6.-quan-xian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/5.-ding-yi-zi-liao-jie-gou/5.6.-quan-xian.md -------------------------------------------------------------------------------- /tw/sql-syntax/5.-ding-yi-zi-liao-jie-gou/5.8.-schemas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/5.-ding-yi-zi-liao-jie-gou/5.8.-schemas.md -------------------------------------------------------------------------------- /tw/sql-syntax/5.-ding-yi-zi-liao-jie-gou/5.9.-ji-cheng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/5.-ding-yi-zi-liao-jie-gou/5.9.-ji-cheng.md -------------------------------------------------------------------------------- /tw/sql-syntax/5.-ding-yi-zi-liao-jie-gou/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/5.-ding-yi-zi-liao-jie-gou/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/6.-zi-liao-chu-li/6.1.-xin-zeng-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/6.-zi-liao-chu-li/6.1.-xin-zeng-zi-liao.md -------------------------------------------------------------------------------- /tw/sql-syntax/6.-zi-liao-chu-li/6.2.-geng-xin-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/6.-zi-liao-chu-li/6.2.-geng-xin-zi-liao.md -------------------------------------------------------------------------------- /tw/sql-syntax/6.-zi-liao-chu-li/6.3.-shan-chu-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/6.-zi-liao-chu-li/6.3.-shan-chu-zi-liao.md -------------------------------------------------------------------------------- /tw/sql-syntax/6.-zi-liao-chu-li/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/6.-zi-liao-chu-li/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/7.-zi-liao-cha-xun/7.1.-gai-guan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/7.-zi-liao-cha-xun/7.1.-gai-guan.md -------------------------------------------------------------------------------- /tw/sql-syntax/7.-zi-liao-cha-xun/7.3.-qu-de-zi-liao-lie-biao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/7.-zi-liao-cha-xun/7.3.-qu-de-zi-liao-lie-biao.md -------------------------------------------------------------------------------- /tw/sql-syntax/7.-zi-liao-cha-xun/7.5.-zi-liao-pai-xu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/7.-zi-liao-cha-xun/7.5.-zi-liao-pai-xu.md -------------------------------------------------------------------------------- /tw/sql-syntax/7.-zi-liao-cha-xun/7.7.-lie-ju-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/7.-zi-liao-cha-xun/7.7.-lie-ju-zi-liao.md -------------------------------------------------------------------------------- /tw/sql-syntax/7.-zi-liao-cha-xun/7.8.-di-hui-cha-xun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/7.-zi-liao-cha-xun/7.8.-di-hui-cha-xun.md -------------------------------------------------------------------------------- /tw/sql-syntax/7.-zi-liao-cha-xun/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/7.-zi-liao-cha-xun/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.1.-shu-zi-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.1.-shu-zi-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.11.-quan-wen-jian-suo-xing-bie.md: -------------------------------------------------------------------------------- 1 | # 8.11. 全文檢索型別 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.12.-uuid-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.12.-uuid-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.13.-xml-xing-bie.md: -------------------------------------------------------------------------------- 1 | # 8.13. XML型別 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.15.-zhen-lie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.15.-zhen-lie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.16.-fu-he-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.16.-fu-he-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.17.-fan-wei-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.17.-fan-wei-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.18.-zhi-biao-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.18.-zhi-biao-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.19.-pglsn-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.19.-pglsn-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.2.-huo-bi-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.2.-huo-bi-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.20.-gai-nian-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.20.-gai-nian-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.3.-wen-zi-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.3.-wen-zi-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.4.-wei-yuan-zu-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.4.-wei-yuan-zu-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.6.-bu-lin-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/8.6.-bu-lin-xing-bie.md -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.7.-lie-ju-xing-bie.md: -------------------------------------------------------------------------------- 1 | # 8.7. 列舉型別 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.8.-di-li-zi-xun-xing-bie.md: -------------------------------------------------------------------------------- 1 | # 8.8. 地理資訊型別 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/8.9.-wang-lu-zi-xun-xing-bie.md: -------------------------------------------------------------------------------- 1 | # 8.9. 網路資訊型別 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql-syntax/8.-zi-liao-xing-bie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/8.-zi-liao-xing-bie/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/9.-han-shi-ji-yun-suan-zi/9.21.-window-han-shi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/9.-han-shi-ji-yun-suan-zi/9.21.-window-han-shi.md -------------------------------------------------------------------------------- /tw/sql-syntax/9.-han-shi-ji-yun-suan-zi/9.22.-zi-cha-xun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/9.-han-shi-ji-yun-suan-zi/9.22.-zi-cha-xun.md -------------------------------------------------------------------------------- /tw/sql-syntax/9.-han-shi-ji-yun-suan-zi/9.27.-chu-fa-han-shi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/9.-han-shi-ji-yun-suan-zi/9.27.-chu-fa-han-shi.md -------------------------------------------------------------------------------- /tw/sql-syntax/9.-han-shi-ji-yun-suan-zi/9.7.-te-zhi-bi-dui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/9.-han-shi-ji-yun-suan-zi/9.7.-te-zhi-bi-dui.md -------------------------------------------------------------------------------- /tw/sql-syntax/9.-han-shi-ji-yun-suan-zi/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/9.-han-shi-ji-yun-suan-zi/README.md -------------------------------------------------------------------------------- /tw/sql-syntax/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql-syntax/README.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/12.1.-jian-jie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/12.-quan-wen-jian-suo/12.1.-jian-jie.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/12.10.-psql-zhi-yuan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/12.-quan-wen-jian-suo/12.10.-psql-zhi-yuan.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/12.11.-gong-neng-xian-zhi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/12.-quan-wen-jian-suo/12.11.-gong-neng-xian-zhi.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/12.2.-cha-xun-yu-suo-yin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/12.-quan-wen-jian-suo/12.2.-cha-xun-yu-suo-yin.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/12.3.-xi-bu-kong-zhi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/12.-quan-wen-jian-suo/12.3.-xi-bu-kong-zhi.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/12.4.-yan-shen-gong-neng.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/12.-quan-wen-jian-suo/12.4.-yan-shen-gong-neng.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/12.5.-duan-ci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/12.-quan-wen-jian-suo/12.5.-duan-ci.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/12.6.-zi-dian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/12.-quan-wen-jian-suo/12.6.-zi-dian.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/12.7.-zu-tai-fan-li.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/12.-quan-wen-jian-suo/12.7.-zu-tai-fan-li.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/12.8.-ce-shi-yu-chu-cuo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/12.-quan-wen-jian-suo/12.8.-ce-shi-yu-chu-cuo.md -------------------------------------------------------------------------------- /tw/sql/12.-quan-wen-jian-suo/README.md: -------------------------------------------------------------------------------- 1 | # 12. 全文檢索 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql/4.-sql-yu-fa/4.1.-yu-fa-jie-gou.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/4.-sql-yu-fa/4.1.-yu-fa-jie-gou.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.1.-shu-zi-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.1.-shu-zi-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.10.-wei-yuan-zi-chuan-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.10.-wei-yuan-zi-chuan-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.11.-quan-wen-jian-suo-xing-bie.md: -------------------------------------------------------------------------------- 1 | # 8.11. 全文檢索型別 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.12.-uuid-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.12.-uuid-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.13.-xml-xing-bie.md: -------------------------------------------------------------------------------- 1 | # 8.13. XML型別 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.14.-json-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.14.-json-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.15.-zhen-lie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.15.-zhen-lie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.16.-fu-he-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.16.-fu-he-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.17.-fan-wei-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.17.-fan-wei-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.18.-zhi-biao-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.18.-zhi-biao-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.19.-pglsn-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.19.-pglsn-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.2.-huo-bi-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.2.-huo-bi-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.20.-gai-nian-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.20.-gai-nian-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.3.-wen-zi-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.3.-wen-zi-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.4.-wei-yuan-zu-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.4.-wei-yuan-zu-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.5.-ri-qi-shi-jian-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.5.-ri-qi-shi-jian-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.6.-bu-lin-xing-bie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/8.6.-bu-lin-xing-bie.md -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.7.-lie-ju-xing-bie.md: -------------------------------------------------------------------------------- 1 | # 8.7. 列舉型別 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.8.-di-li-zi-xun-xing-bie.md: -------------------------------------------------------------------------------- 1 | # 8.8. 地理資訊型別 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/8.9.-wang-lu-zi-xun-xing-bie.md: -------------------------------------------------------------------------------- 1 | # 8.9. 網路資訊型別 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /tw/sql/8.-zi-liao-xing-bie/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/8.-zi-liao-xing-bie/README.md -------------------------------------------------------------------------------- /tw/sql/functions/9.7.-te-zhi-bi-dui.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/sql/functions/9.7.-te-zhi-bi-dui.md -------------------------------------------------------------------------------- /tw/the-sql-language/12.-quan-wen-jian-suo/12.1.-jian-jie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/12.-quan-wen-jian-suo/12.1.-jian-jie.md -------------------------------------------------------------------------------- /tw/the-sql-language/12.-quan-wen-jian-suo/12.5.-duan-ci.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/12.-quan-wen-jian-suo/12.5.-duan-ci.md -------------------------------------------------------------------------------- /tw/the-sql-language/12.-quan-wen-jian-suo/12.6.-zi-dian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/12.-quan-wen-jian-suo/12.6.-zi-dian.md -------------------------------------------------------------------------------- /tw/the-sql-language/12.-quan-wen-jian-suo/README.md: -------------------------------------------------------------------------------- 1 | # 12. 全文檢索 2 | 3 | -------------------------------------------------------------------------------- /tw/the-sql-language/28-geng-xin-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/28-geng-xin-zi-liao.md -------------------------------------------------------------------------------- /tw/the-sql-language/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/concurrency-control/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/concurrency-control/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/concurrency-control/caveats.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/concurrency-control/caveats.md -------------------------------------------------------------------------------- /tw/the-sql-language/concurrency-control/explicit-locking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/concurrency-control/explicit-locking.md -------------------------------------------------------------------------------- /tw/the-sql-language/concurrency-control/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/concurrency-control/introduction.md -------------------------------------------------------------------------------- /tw/the-sql-language/concurrency-control/locking-and-indexes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/concurrency-control/locking-and-indexes.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-manipulation/6.1.-xin-zeng-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-manipulation/6.1.-xin-zeng-zi-liao.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-manipulation/6.2.-geng-xin-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-manipulation/6.2.-geng-xin-zi-liao.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-manipulation/6.3.-shan-chu-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-manipulation/6.3.-shan-chu-zi-liao.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-manipulation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-manipulation/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/arrays.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/arrays.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/binary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/binary.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/bit-string-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/bit-string-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/boolean-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/boolean-type.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/character-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/character-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/composite-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/composite-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/date-time.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/date-time.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/domain-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/domain-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/enumerated-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/enumerated-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/geometric-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/geometric-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/json-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/json-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/monetary-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/monetary-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/network-address-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/network-address-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/numeric-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/numeric-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/object-identifier-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/object-identifier-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/pg_lsn-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/pg_lsn-type.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/pseudo-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/pseudo-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/range-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/range-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/text-search-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/text-search-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/uuid-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/uuid-type.md -------------------------------------------------------------------------------- /tw/the-sql-language/data-types/xml-type.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/data-types/xml-type.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/constraints.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/constraints.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/default-values.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/default-values.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/dependency-tracking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/dependency-tracking.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/foreign-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/foreign-data.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/generated-columns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/generated-columns.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/inheritance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/inheritance.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/modifying-tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/modifying-tables.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/other-database-objects.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/other-database-objects.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/privileges.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/privileges.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/row-security-policies.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/row-security-policies.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/schemas.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/schemas.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/system-columns.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/system-columns.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/table-basics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/table-basics.md -------------------------------------------------------------------------------- /tw/the-sql-language/ddl/table-partitioning.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/ddl/table-partitioning.md -------------------------------------------------------------------------------- /tw/the-sql-language/functions-and-operators/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/functions-and-operators/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/functions-and-operators/pattern-matching.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/functions-and-operators/pattern-matching.md -------------------------------------------------------------------------------- /tw/the-sql-language/functions-and-operators/uuid-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/functions-and-operators/uuid-functions.md -------------------------------------------------------------------------------- /tw/the-sql-language/functions-and-operators/window-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/functions-and-operators/window-functions.md -------------------------------------------------------------------------------- /tw/the-sql-language/functions-and-operators/xml.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/functions-and-operators/xml.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/combining-multiple-indexes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/combining-multiple-indexes.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/examining-index-usage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/examining-index-usage.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/index-only-scans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/index-only-scans.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/index-types.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/index-types.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/indexes-and-collations.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/indexes-and-collations.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/indexes-and-order-by.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/indexes-and-order-by.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/indexes-on-expressions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/indexes-on-expressions.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/introduction.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/multicolumn-indexes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/multicolumn-indexes.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/partial-indexes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/partial-indexes.md -------------------------------------------------------------------------------- /tw/the-sql-language/index/unique-indexes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/index/unique-indexes.md -------------------------------------------------------------------------------- /tw/the-sql-language/parallel-query/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/parallel-query/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/parallel-query/how-parallel-query-works.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/parallel-query/how-parallel-query-works.md -------------------------------------------------------------------------------- /tw/the-sql-language/parallel-query/parallel-plans.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/parallel-query/parallel-plans.md -------------------------------------------------------------------------------- /tw/the-sql-language/parallel-query/parallel-safety.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/parallel-query/parallel-safety.md -------------------------------------------------------------------------------- /tw/the-sql-language/performance-tips/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/performance-tips/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/performance-tips/non-durable-settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/performance-tips/non-durable-settings.md -------------------------------------------------------------------------------- /tw/the-sql-language/performance-tips/populating-a-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/performance-tips/populating-a-database.md -------------------------------------------------------------------------------- /tw/the-sql-language/performance-tips/using-explain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/performance-tips/using-explain.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/7.1.-gai-guan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/7.1.-gai-guan.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/7.2.-zi-liao-biao-biao-shi-shi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/7.2.-zi-liao-biao-biao-shi-shi.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/7.3.-qu-de-zi-liao-lie-biao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/7.3.-qu-de-zi-liao-lie-biao.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/7.4.-he-bing-cha-xun-jie-guo.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/7.4.-he-bing-cha-xun-jie-guo.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/7.5.-zi-liao-pai-xu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/7.5.-zi-liao-pai-xu.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/7.6.-zhi-ding-zi-liao-fan-wei.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/7.6.-zhi-ding-zi-liao-fan-wei.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/7.7.-lie-ju-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/7.7.-lie-ju-zi-liao.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/combining-queries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/combining-queries.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/limit-and-offset.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/limit-and-offset.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/overview.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/select-lists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/select-lists.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/sorting-rows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/sorting-rows.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/table-expressions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/table-expressions.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/values-lists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/values-lists.md -------------------------------------------------------------------------------- /tw/the-sql-language/queries/with-queries.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/queries/with-queries.md -------------------------------------------------------------------------------- /tw/the-sql-language/sql-syntax/4.3.-han-shu-hu-jiao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/sql-syntax/4.3.-han-shu-hu-jiao.md -------------------------------------------------------------------------------- /tw/the-sql-language/sql-syntax/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/sql-syntax/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/sql-syntax/lexical-structure.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/sql-syntax/lexical-structure.md -------------------------------------------------------------------------------- /tw/the-sql-language/sql-syntax/value-expressions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/sql-syntax/value-expressions.md -------------------------------------------------------------------------------- /tw/the-sql-language/type-conversion/10.1.-gai-guan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/type-conversion/10.1.-gai-guan.md -------------------------------------------------------------------------------- /tw/the-sql-language/type-conversion/10.2.-yun-suan-zi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/type-conversion/10.2.-yun-suan-zi.md -------------------------------------------------------------------------------- /tw/the-sql-language/type-conversion/10.3.-han-shi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/type-conversion/10.3.-han-shi.md -------------------------------------------------------------------------------- /tw/the-sql-language/type-conversion/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/type-conversion/README.md -------------------------------------------------------------------------------- /tw/the-sql-language/type-conversion/value-storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/the-sql-language/type-conversion/value-storage.md -------------------------------------------------------------------------------- /tw/tutorial/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/README.md -------------------------------------------------------------------------------- /tw/tutorial/advanced-features/3.5.-chuang-han-shu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/advanced-features/3.5.-chuang-han-shu.md -------------------------------------------------------------------------------- /tw/tutorial/advanced-features/README.md: -------------------------------------------------------------------------------- 1 | # 3. 先進功能 2 | 3 | -------------------------------------------------------------------------------- /tw/tutorial/advanced-features/conclusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/advanced-features/conclusion.md -------------------------------------------------------------------------------- /tw/tutorial/advanced-features/foreign-keys.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/advanced-features/foreign-keys.md -------------------------------------------------------------------------------- /tw/tutorial/advanced-features/inheritance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/advanced-features/inheritance.md -------------------------------------------------------------------------------- /tw/tutorial/advanced-features/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/advanced-features/introduction.md -------------------------------------------------------------------------------- /tw/tutorial/advanced-features/transactions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/advanced-features/transactions.md -------------------------------------------------------------------------------- /tw/tutorial/advanced-features/views.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/advanced-features/views.md -------------------------------------------------------------------------------- /tw/tutorial/advanced-features/window-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/advanced-features/window-functions.md -------------------------------------------------------------------------------- /tw/tutorial/getting-started/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/getting-started/README.md -------------------------------------------------------------------------------- /tw/tutorial/getting-started/accessing-a-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/getting-started/accessing-a-database.md -------------------------------------------------------------------------------- /tw/tutorial/getting-started/architectural-fundamentals.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/getting-started/architectural-fundamentals.md -------------------------------------------------------------------------------- /tw/tutorial/getting-started/creating-a-database.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/getting-started/creating-a-database.md -------------------------------------------------------------------------------- /tw/tutorial/getting-started/installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/getting-started/installation.md -------------------------------------------------------------------------------- /tw/tutorial/sql/2.1.-jian-jie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/sql/2.1.-jian-jie.md -------------------------------------------------------------------------------- /tw/tutorial/sql/2.2.-gai-nian.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/sql/2.2.-gai-nian.md -------------------------------------------------------------------------------- /tw/tutorial/sql/2.3.-chuang-jian-yi-ge-xin-de-zi-liao-biao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/sql/2.3.-chuang-jian-yi-ge-xin-de-zi-liao-biao.md -------------------------------------------------------------------------------- /tw/tutorial/sql/2.5.-zi-liao-biao-de-cha-xun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/sql/2.5.-zi-liao-biao-de-cha-xun.md -------------------------------------------------------------------------------- /tw/tutorial/sql/2.6.-jiao-cha-cha-xun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/sql/2.6.-jiao-cha-cha-xun.md -------------------------------------------------------------------------------- /tw/tutorial/sql/2.7.-hui-zong-cha-xun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/sql/2.7.-hui-zong-cha-xun.md -------------------------------------------------------------------------------- /tw/tutorial/sql/2.8.-geng-xin-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/sql/2.8.-geng-xin-zi-liao.md -------------------------------------------------------------------------------- /tw/tutorial/sql/2.9.-shan-chu-zi-liao.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/sql/2.9.-shan-chu-zi-liao.md -------------------------------------------------------------------------------- /tw/tutorial/the-sql-language/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/the-sql-language/README.md -------------------------------------------------------------------------------- /tw/tutorial/the-sql-language/aggregate-functions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/the-sql-language/aggregate-functions.md -------------------------------------------------------------------------------- /tw/tutorial/the-sql-language/concepts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/the-sql-language/concepts.md -------------------------------------------------------------------------------- /tw/tutorial/the-sql-language/creating-a-new-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/the-sql-language/creating-a-new-table.md -------------------------------------------------------------------------------- /tw/tutorial/the-sql-language/deletions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/the-sql-language/deletions.md -------------------------------------------------------------------------------- /tw/tutorial/the-sql-language/introduction.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/the-sql-language/introduction.md -------------------------------------------------------------------------------- /tw/tutorial/the-sql-language/joins-between-tables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/the-sql-language/joins-between-tables.md -------------------------------------------------------------------------------- /tw/tutorial/the-sql-language/populating-a-table-with-rows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/the-sql-language/populating-a-table-with-rows.md -------------------------------------------------------------------------------- /tw/tutorial/the-sql-language/querying-a-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/the-sql-language/querying-a-table.md -------------------------------------------------------------------------------- /tw/tutorial/the-sql-language/updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pgsql-tw/gitbook-docs/HEAD/tw/tutorial/the-sql-language/updates.md --------------------------------------------------------------------------------