cd /usr/local/pgsql/man/manl
for i in *.l
do
- sed -e '/^\.TH/s/"l"/"1sql"/' $i >../man.1sql/${i%.l}.1sql
+ sed -e '/^\.TH/s/"l"/"1sql"/' \
+ -e 's/\\fR(l)/\\fR(1sql)/' $i >../man.1sql/${i%.l}.1sql
done
cd /usr/local/pgsql/man
rm -rf manl
doesn't have any of the features mentioned in the Features
section above. We are built for flexibility and features, though we
continue to improve performance through profiling and source code
-analysis. There is an interesting web page comparing us to MySQL at
+analysis. There is an interesting web page comparing PostgreSQL to MySQL
http://openacs.org/why-not-mysql.html
We handle each user connection by creating a Unix process. Backend