[Python] Feature Postgres in Python [era: Usare il db giusto, non quello sbagliato]
Marco Beri
marcoberi a gmail.com
Ven 12 Lug 2013 09:32:53 CEST
2013/7/12 Daniele Varrazzo <piro a develer.com>
> Forse hai PG 9.2, dove la tabella ha cambiato schema. So che la nuova è
> più facile da leggere, ma non so i dettagli.
>
Sì, 9.2.4.
pippo=> \d pg_stat_activity
View "pg_catalog.pg_stat_activity"
Column | Type | Modifiers
------------------+--------------------------+-----------
datid | oid |
datname | name |
pid | integer |
usesysid | oid |
usename | name |
application_name | text |
client_addr | inet |
client_hostname | text |
client_port | integer |
backend_start | timestamp with time zone |
xact_start | timestamp with time zone |
query_start | timestamp with time zone |
state_change | timestamp with time zone |
waiting | boolean |
state | text |
query | text |
Devo leggere state o query?
Ciao.
Marco.
--
http://beri.it/ - Un blog
http://beri.it/i-miei-libri/ - Qualche libro
-------------- parte successiva --------------
Un allegato HTML è stato rimosso...
URL: <http://lists.python.it/pipermail/python/attachments/20130712/b2d5cc58/attachment-0001.html>
Maggiori informazioni sulla lista
Python