Rename cdb_random_seeds as 'internal'

This commit is contained in:
Javier Goizueta
2016-02-18 16:10:34 +01:00
parent f22b8334e0
commit 0742e3f72a
3 changed files with 10 additions and 9 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
-- Moral functions perform some nondeterministic computations
-- (to estimate the significance); we will set the seeds for the RNGs
-- that affect those results to have repeateble results
SELECT cdb_crankshaft.cdb_random_seeds(1234);
SELECT cdb_crankshaft._cdb_random_seeds(1234);
SELECT ppoints.code, m.quads
FROM ppoints
@@ -12,7 +12,7 @@ SELECT ppoints.code, m.quads
ON ppoints.cartodb_id = m.ids
ORDER BY ppoints.code;
SELECT cdb_crankshaft.cdb_random_seeds(1234);
SELECT cdb_crankshaft._cdb_random_seeds(1234);
SELECT ppoints2.code, m.quads
FROM ppoints2