mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Move pgbench from contrib/ to src/bin/
Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
This commit is contained in:
@ -187,7 +187,6 @@ pages.
|
||||
</para>
|
||||
|
||||
&oid2name;
|
||||
&pgbench;
|
||||
&vacuumlo;
|
||||
</sect1>
|
||||
|
||||
|
@ -125,7 +125,6 @@
|
||||
<!ENTITY oid2name SYSTEM "oid2name.sgml">
|
||||
<!ENTITY pageinspect SYSTEM "pageinspect.sgml">
|
||||
<!ENTITY passwordcheck SYSTEM "passwordcheck.sgml">
|
||||
<!ENTITY pgbench SYSTEM "pgbench.sgml">
|
||||
<!ENTITY pgbuffercache SYSTEM "pgbuffercache.sgml">
|
||||
<!ENTITY pgcrypto SYSTEM "pgcrypto.sgml">
|
||||
<!ENTITY pgfreespacemap SYSTEM "pgfreespacemap.sgml">
|
||||
|
@ -181,6 +181,7 @@ Complete list of usable sgml source files in this directory.
|
||||
<!ENTITY initdb SYSTEM "initdb.sgml">
|
||||
<!ENTITY pgarchivecleanup SYSTEM "pgarchivecleanup.sgml">
|
||||
<!ENTITY pgBasebackup SYSTEM "pg_basebackup.sgml">
|
||||
<!ENTITY pgbench SYSTEM "pgbench.sgml">
|
||||
<!ENTITY pgConfig SYSTEM "pg_config-ref.sgml">
|
||||
<!ENTITY pgControldata SYSTEM "pg_controldata.sgml">
|
||||
<!ENTITY pgCtl SYSTEM "pg_ctl-ref.sgml">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<!-- doc/src/sgml/pgbench.sgml -->
|
||||
<!-- doc/src/sgml/ref/pgbench.sgml -->
|
||||
|
||||
<refentry id="pgbench">
|
||||
<indexterm zone="pgbench">
|
@ -230,6 +230,7 @@
|
||||
&dropuser;
|
||||
&ecpgRef;
|
||||
&pgBasebackup;
|
||||
&pgbench;
|
||||
&pgConfig;
|
||||
&pgDump;
|
||||
&pgDumpall;
|
||||
|
Reference in New Issue
Block a user