Description
long
pg_update
( resource connection, string table_name, array condition, array
data [, int options])
pg_update(
)
updates
records
that
matches
condition
with
data
If
options
is
specified
,
pg_convert(
)
is
applied
to
assoc_array
with
specified
options
.