Discovered by Jason Tishler .
*
* Copyright 2000 by PostgreSQL Global Development Group
*
- * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.31 2000/05/26 15:47:18 momjian Exp $
+ * $Header: /cvsroot/pgsql/src/bin/psql/help.c,v 1.32 2000/09/22 23:02:00 petere Exp $
*/
#include "postgres.h"
#include "help.h"
puts("the PostgreSQL manual, which accompanies the distribution and is also");
puts("available at .");
puts("Report bugs to
.");
-
-#ifndef WIN32
- if (pw)
- free(pw);
-#endif
}