summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut2010-07-28 20:34:34 +0000
committerPeter Eisentraut2010-07-28 20:34:34 +0000
commitf0790a642c25bc3cc869331ba04656fd47323b81 (patch)
tree974157abf9c1e5a3c5f7e10ffbed68440c8545b0
parent77c75076f3f49ef19b5e59eae531f1836613ed56 (diff)
Remove wildly obsolete type attribute externallength from chkpass
-rw-r--r--contrib/chkpass/chkpass.sql.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/chkpass/chkpass.sql.in b/contrib/chkpass/chkpass.sql.in
index 93dbade064b..31722f33c45 100644
--- a/contrib/chkpass/chkpass.sql.in
+++ b/contrib/chkpass/chkpass.sql.in
@@ -1,4 +1,4 @@
-/* $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.9 2007/11/13 04:24:27 momjian Exp $ */
+/* $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.10 2010/07/28 20:34:34 petere Exp $ */
-- Adjust this setting to control where the objects get created.
SET search_path = public;
@@ -19,7 +19,6 @@ CREATE OR REPLACE FUNCTION chkpass_out(chkpass)
CREATE TYPE chkpass (
internallength = 16,
- externallength = 13,
input = chkpass_in,
output = chkpass_out
);