summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: ff27226)
raw | patch | inline | side by side (parent: ff27226)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 4 Nov 2012 14:37:23 +0000 (15:37 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 4 Nov 2012 14:37:23 +0000 (15:37 +0100) |
Rather, turn them into comments ;-)
src/postrr.sql.in | patch | blob | history |
diff --git a/src/postrr.sql.in b/src/postrr.sql.in
index af96a920687736caaf66cdf5f1cca6f8d6421eed..fc32f43d7f64f2dabf65391f142349159211a66b 100644 (file)
--- a/src/postrr.sql.in
+++ b/src/postrr.sql.in
LANGUAGE plpgsql
AS $$
DECLARE
- rraname ALIAS FOR $1;
- ts ALIAS FOR $2;
- value ALIAS FOR $3;
+ -- $1: rraname
+ -- $2: timestamp
+ -- $3: value
adef RECORD;
new cdata;
BEGIN