From 1181a767382b4ccc9d76a8a7625dd8c32e442ecf Mon Sep 17 00:00:00 2001 From: glyn Date: Fri, 13 Feb 2015 13:20:53 +0000 Subject: [PATCH] Fix formatting of README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 00b6cdc..c5c8e3a 100755 --- a/README.md +++ b/README.md @@ -9,15 +9,15 @@ Connects via dblink to perform individual transactions. Arguments --------- -pg_chunk_update( - in_nspname -- Schema containing the table - in_relname -- Table name - in_fields -- The field names to update comma separated * - in_values -- The values for the corresponding field names * - in_where_clause -- Any where clause for the update * - in_chunks -- Break the update into this many chunks - in_conninfo -- database conninfo to pass to dblink -) + pg_chunk_update( + in_nspname -- Schema containing the table + in_relname -- Table name + in_fields -- The field names to update comma separated * + in_values -- The values for the corresponding field names * + in_where_clause -- Any where clause for the update * + in_chunks -- Break the update into this many chunks + in_conninfo -- database conninfo to pass to dblink + ) * Arguments for in_fields, in_values and in_where_clause are plain text and not sanitized in any way, so ensure tight permissions to prevent sql injection. -- 2.39.2