Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f0790a6

Browse files
committed
Remove wildly obsolete type attribute externallength from chkpass
1 parent 77c7507 commit f0790a6

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

contrib/chkpass/chkpass.sql.in

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/* $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.9 2007/11/13 04:24:27 momjian Exp $ */
1+
/* $PostgreSQL: pgsql/contrib/chkpass/chkpass.sql.in,v 1.10 2010/07/28 20:34:34 petere Exp $ */
22

33
-- Adjust this setting to control where the objects get created.
44
SET search_path = public;
@@ -19,7 +19,6 @@ CREATE OR REPLACE FUNCTION chkpass_out(chkpass)
1919

2020
CREATE TYPE chkpass (
2121
internallength = 16,
22-
externallength = 13,
2322
input = chkpass_in,
2423
output = chkpass_out
2524
);

0 commit comments

Comments
 (0)