========================== 263电子邮件-信赖邮自专业when i see the source codes in the bin directory,i find some very interesting codes:cat <<EOF
\.
INSERT INTO pg_description SELECT \
t.objoid, c.oid, t.objsubid, t.description \
FROM tmp_pg_description t, pg_class c WHERE c.relname = t.classname;
EOF
) \
| "$PGPATH"/postgres $PGSQL_OPT template1 > /dev/null || exit_nicely
echo "ok"There is "\." and when i delete the dot following the '\',i still can run this shell.I am afraidif it is not necessary here??
- [HACKERS] bug? Joe Conway
- Re: [HACKERS] bug? Tom Lane
- Re: [HACKERS] bug? Tom Lane
- Re: [HACKERS] bug? Joe Conway
- zhuangjifeng