mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
I cleaned those out as well (the echo -n "bug" was in there ;) and moved
them into the scripts dir. I also added a --list option to show already
installed languages.
This whole moving and renaming totally confused CVS and my checked out
copy got completely fried last night. When you apply the source patch,
please make sure that all the directories src/bin/{create|destroy}* as
well as vacuumdb, cleardbdir are gone and that all the scripts (7) are
in
scripts/.
Meanwhile I am still puzzled about what happened with the docs patch.
Because I don't know what you got now, the second attachment contains
the
files
ref/allfiles.sgml
ref/commands.sgml
ref/createlang.sgml
ref/droplang.sgml
doc/src/sgml/Makefile
Peter Eisentraut Sernanders väg 10:115
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<!--
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.13 1999/12/04 04:53:15 momjian Exp $
|
||||
$Header: /cvsroot/pgsql/doc/src/sgml/ref/allfiles.sgml,v 1.14 1999/12/05 20:02:42 momjian Exp $
|
||||
Postgres documentation
|
||||
Complete list of usable sgml source files in this directory.
|
||||
-->
|
||||
@@ -100,9 +100,11 @@ Complete list of usable sgml source files in this directory.
|
||||
|
||||
<!-- these are in the "utilities" reference chapter -->
|
||||
<!entity createdb system "createdb.sgml">
|
||||
<!entity createlang system "createlang.sgml">
|
||||
<!entity createuser system "createuser.sgml">
|
||||
<!entity dropdb system "dropdb.sgml">
|
||||
<!entity dropuser system "dropuser.sgml">
|
||||
<!entity dropdb system "dropdb.sgml">
|
||||
<!entity droplang system "droplang.sgml">
|
||||
<!entity dropuser system "dropuser.sgml">
|
||||
<!entity ecpgRef system "ecpg-ref.sgml">
|
||||
<!entity initdb system "initdb.sgml">
|
||||
<!entity initlocation system "initlocation.sgml">
|
||||
|
||||
Reference in New Issue
Block a user