Remove platform-specific executable; does not belong in distribution.

This commit is contained in:
Tom Lane 2003-06-11 14:02:57 +00:00
parent 8a2922dcb2
commit bd48e09f2a
2 changed files with 2 additions and 2 deletions

View File

@ -6,9 +6,9 @@
-- --
-- foreign[blank]key[blank]([blank]keyname,..,keyname[blank])[blank]references[blank]table[blank][ending] -- foreign[blank]key[blank]([blank]keyname,..,keyname[blank])[blank]references[blank]table[blank][ending]
-- --
-- step1.e < example.sql | step2.pl > foreign_key_triggers.sql -- step1 < example.sql | step2.pl > foreign_key_triggers.sql
-- --
-- step1.e is a simple program that UPPERCASE ALL . I know that is simple implementing in Perl -- step1.c is a simple program that UPPERCASE ALL . I know that is simple implementing in Perl
-- bu i haven't time -- bu i haven't time

Binary file not shown.