pgsnap - pgsnap: Onclick calls aren't useful with jquery (per a comment

From: gleu(at)pgfoundry(dot)org (User Gleu)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsnap - pgsnap: Onclick calls aren't useful with jquery (per a comment
Date: 2008-05-24 07:07:41
Message-ID: 20080524070741.25FAC17AE6F7@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Onclick calls aren't useful with jquery (per a comment from
Pierre-Emmanuel Andre).

Modified Files:
--------------
pgsnap/pgsnap:
ChangeLog (r1.34 -> r1.35)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/ChangeLog.diff?r1=1.34&r2=1.35)
TODO (r1.8 -> r1.9)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/TODO.diff?r1=1.8&r2=1.9)
pgsnap/pgsnap/lib:
fkconstraints.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/fkconstraints.php.diff?r1=1.6&r2=1.7)
fragmentedindexes.php (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/fragmentedindexes.php.diff?r1=1.7&r2=1.8)
fragmentedtables.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/fragmentedtables.php.diff?r1=1.6&r2=1.7)
functions.php (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/functions.php.diff?r1=1.3&r2=1.4)
indexes.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/indexes.php.diff?r1=1.6&r2=1.7)
lastanalyzetables.php (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/lastanalyzetables.php.diff?r1=1.7&r2=1.8)
lastvacuumtables.php (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/lastvacuumtables.php.diff?r1=1.7&r2=1.8)
sequences.php (r1.7 -> r1.8)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/sequences.php.diff?r1=1.7&r2=1.8)
stat_indexes.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/stat_indexes.php.diff?r1=1.6&r2=1.7)
stat_tables.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/stat_tables.php.diff?r1=1.6&r2=1.7)
tables.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/tables.php.diff?r1=1.6&r2=1.7)
tablesincache.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/tablesincache.php.diff?r1=1.6&r2=1.7)
tableswith5+indexes.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/tableswith5+indexes.php.diff?r1=1.6&r2=1.7)
tableswithoutpkey.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/tableswithoutpkey.php.diff?r1=1.6&r2=1.7)
views.php (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgsnap/pgsnap/pgsnap/lib/views.php.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-25 21:51:00 pgsql: Adjust timestamp regression tests to prevent two low-probability
Previous Message User Karl 2008-05-24 06:13:17 pgtcl - libpgtcl: * Add new pg_result suboption -tupleArrayWithoutNulls.