mirror of
https://github.com/postgres/postgres.git
synced 2026-04-08 18:51:56 -04:00
Remove wildly obsolete type attribute externallength from chkpass
This commit is contained in:
parent
e4d495a20b
commit
40cacbb376
1 changed files with 1 additions and 2 deletions
|
|
@ -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.9.16.1 2010/07/28 20:34:12 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
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue