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

Commit b8cbb8c

Browse files
committed
Remove no-longer-needed mklang script; now superseded by createlang.
1 parent 8a2cdd7 commit b8cbb8c

File tree

3 files changed

+4
-28
lines changed

3 files changed

+4
-28
lines changed

src/pl/plpgsql/src/INSTALL

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,15 @@
11
Installation of PL/pgSQL
22

3-
43
1) Type 'make' to build the shared plpgsql object.
54

65
2) Type 'make install' to install the shared object in
76
the PostgreSQL library directory.
87

98
3) Declare the PL/pgSQL procedural language in your
10-
database by
11-
12-
psql dbname <mklang.sql
9+
database by running the createlang script:
1310

14-
If the PostgreSQL library directory is different from
15-
/usr/local/pgsql/lib you must edit mklang.sql prior.
11+
createlang plpgsql DBNAME
1612

1713
If you declare the language in the template1 database,
1814
any subsequently created database will have PL/pgSQL
1915
support installed automatically.
20-
21-
22-

src/pl/plpgsql/src/Makefile

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# Makefile for the plpgsql shared object
44
#
5-
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.9 2000/10/23 21:44:03 petere Exp $
5+
# $Header: /cvsroot/pgsql/src/pl/plpgsql/src/Makefile,v 1.10 2001/02/09 01:05:42 tgl Exp $
66
#
77
#-------------------------------------------------------------------------
88

@@ -71,12 +71,8 @@ endif
7171

7272
distprep: $(srcdir)/pl_scan.c $(srcdir)/pl.tab.h $(srcdir)/pl_gram.c
7373

74-
mklang.sql: mklang.sql.in
75-
sed -e 's%__libdir__%$(libdir)%g' -e 's%__DLSUFFIX__%$(DLSUFFIX)%g' < $< > $@
76-
77-
7874
clean distclean: clean-lib
79-
rm -f $(OBJS) mklang.sql
75+
rm -f $(OBJS)
8076
@rm -f y.tab.c y.tab.h lex.yy.c
8177

8278
maintainer-clean: clean

src/pl/plpgsql/src/mklang.sql.in

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)