1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

The \p\g fix didn't turn out to be so bad. It even works in other

circumstances:
=> select * from foo\x\t\pset border 0 \p\g\\select * from bar;

Also the release prep update so the sql_help.h is generated before
packaging.

Peter.
This commit is contained in:
Bruce Momjian
1999-11-13 02:04:54 +00:00
parent d286f13b47
commit db12a63ef1
3 changed files with 24 additions and 397 deletions

View File

@@ -51,6 +51,16 @@ $MAKE preproc.c preproc.h pgc.c
cd ../../..
# Generate psql's help on SQL command from the SGML docs
cd bin/psql
rm -f sql_help.h
$MAKE sql_help.h
cd ../..
# Clean up
$MAKE distclean