Fixes typos

This commit is contained in:
Raul Ochoa
2014-08-21 19:05:04 +02:00
parent 3d37b3646e
commit 2ef6d5901e
+3 -4
View File
@@ -19,7 +19,7 @@ in which those scripts are loaded.
Scripts would be best coded in a way to be usable both for creation Scripts would be best coded in a way to be usable both for creation
and upgrade of the objects. This means using CREATE OR REPLACE for and upgrade of the objects. This means using CREATE OR REPLACE for
the functions, and whatever it takes to check existance of any previous the functions, and whatever it takes to check existence of any previous
version of objects in other cases. version of objects in other cases.
When used as an extension (probably always from version 0.2.0 onwards) When used as an extension (probably always from version 0.2.0 onwards)
@@ -27,8 +27,8 @@ all the objects will be installed in a "cartodb" schema. Take this into
account to fully-qualify internal calls to avoid (possibly dangerous) account to fully-qualify internal calls to avoid (possibly dangerous)
name clashes. name clashes.
Every new feature (as well as bugfixes) should come with a testcase, Every new feature (as well as bugfixes) should come with a test case,
see next session. see next section.
Writing testcases Writing testcases
----------------- -----------------
@@ -58,4 +58,3 @@ Starting with 0.2.0, the in-place reload can be done with an ad-hoc function:
```sql ```sql
SELECT cartodb.cdb_extension_reload(); SELECT cartodb.cdb_extension_reload();
``` ```