in reply to Re: Help on selecting and deleting many records in a DB.
in thread Help on selecting and deleting many records in a DB.
Can you explain? I don't understand why "a SQL function" would do anything to make this faster, or even easier in any way.
(Btw, in postgres, "SQL function" normally means a function written in SQL, i.e. a PL/SQL function [1] (as opposed to a PL/pgSQL function [2] (or PL/Perl [3], PL/Tcl, PL/Python, etc)).
[1] PL/SQL
[2] PL/pgSQL
[3] PL/Perl
).
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Help on selecting and deleting many records in a DB.
by Anonymous Monk on Apr 06, 2014 at 06:56 UTC | |
by Anonymous Monk on Apr 06, 2014 at 07:14 UTC | |
by Anonymous Monk on Apr 06, 2014 at 08:39 UTC | |
by Anonymous Monk on Apr 06, 2014 at 09:28 UTC | |
by Anonymous Monk on Apr 06, 2014 at 07:34 UTC | |
|
Re^3: Help on selecting and deleting many records in a DB.
by Anonymous Monk on Apr 05, 2014 at 18:27 UTC |