OSDN Git Service

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)
commitfaba9fa7470d44df2e033bcbf1024da7c3216db8
tree8010b549228db05744e0a46502e669e26a2fd684
parent29e2916827467f7d2f8f38c57dc294f65576f4a9
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