diff options
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/bki.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/src/sgml/bki.sgml b/doc/src/sgml/bki.sgml index e7acd652e76..5b557ffb7bf 100644 --- a/doc/src/sgml/bki.sgml +++ b/doc/src/sgml/bki.sgml @@ -594,7 +594,7 @@ Run the new script: <programlisting> $ cd src/include/catalog -$ perl -I ../../backend/catalog rewrite_dat_with_prokind.pl pg_proc.dat +$ perl rewrite_dat_with_prokind.pl pg_proc.dat </programlisting> At this point <filename>pg_proc.dat</filename> has all three columns, <structfield>prokind</structfield>, |