pg_dump was trying to use an incorrect (or, perhaps, only obsolete?)
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Apr 1999 23:47:19 +0000 (23:47 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 14 Apr 1999 23:47:19 +0000 (23:47 +0000)
commitd375ee2f3f6a6215a9bcb22d9b9a499cb5525d5c
treefcbf9115aa774a3b04146ba644441c4323cac855
parent50b8f34cdf1fcf9300898c579c1ae9953e297fac
pg_dump was trying to use an incorrect (or, perhaps, only obsolete?)
syntax for CREATE OPERATOR with SORT parameters.  Fixed.
It is now actually possible to dump and reload a database containing
fully specified user-definable operators ...
src/bin/pg_dump/pg_dump.c