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:
@@ -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
|
||||
|
Reference in New Issue
Block a user