We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c7507 commit f0790a6Copy full SHA for f0790a6
contrib/chkpass/chkpass.sql.in
@@ -1,4 +1,4 @@
1
-/* $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 $ */
2
3
-- Adjust this setting to control where the objects get created.
4
SET search_path = public;
@@ -19,7 +19,6 @@ CREATE OR REPLACE FUNCTION chkpass_out(chkpass)
19
20
CREATE TYPE chkpass (
21
internallength = 16,
22
- externallength = 13,
23
input = chkpass_in,
24
output = chkpass_out
25
);
0 commit comments