summaryrefslogtreecommitdiff
path: root/src/pl/tcl/sql
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2012-04-23 22:43:09 -0400
committerRobert Haas <rhaas@postgresql.org>2012-04-23 22:43:09 -0400
commit5d4b60f2f25bedee257aaf6f2f4ac77028629b87 (patch)
treef0f7fa40b63a23b10e9d03ea47f97020565a66f6 /src/pl/tcl/sql
parent7ab9b2f3b79177e501a1ef90ed004cc68788abaf (diff)
Lots of doc corrections.
Josh Kupershmidt
Diffstat (limited to 'src/pl/tcl/sql')
-rw-r--r--src/pl/tcl/sql/pltcl_setup.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pl/tcl/sql/pltcl_setup.sql b/src/pl/tcl/sql/pltcl_setup.sql
index 2176d5c4f4c..df7f9fadd18 100644
--- a/src/pl/tcl/sql/pltcl_setup.sql
+++ b/src/pl/tcl/sql/pltcl_setup.sql
@@ -36,7 +36,7 @@ create table T_dta2 (
--
--- Function to check key existance in T_pkey1
+-- Function to check key existence in T_pkey1
--
create function check_pkey1_exists(int4, bpchar) returns bool as E'
if {![info exists GD]} {