Em 27 de setembro de 2012 17:23, Euler Taveira <[email protected]> escreveu:

> On 27-09-2012 17:11, jorge sanfelice wrote:
> > versao: (8.4.4)
> > Linux Mandriva
> >
> > nao é possivel o caso de alteracao do usuario na atual estrutura.
> >
> SELECT rolname,rolconfig FROM pg_authid;
>

rolconfig esta vazio em todos users


>
> > Existe alguma maneira de descartar que estou com algum problema no
> catalogo do
> > postgres?
> >
> Pode ser que haja algum 'include' lá no final do arquivo postgresql.conf
> que
> seja responsável pela mudança. Verifique se source* lhe diz alguma coisa:
>
> SELECT name,setting,sourcefile,sourceline FROM pg_settings where name ~
> '^track';
>

postgres=# SELECT name,setting,sourcefile,sourceline FROM pg_settings where
name ~ '^track';
           name            | setting |             sourcefile
| sourceline
---------------------------+---------+-------------------------------------+------------
 track_activities          | on      | /var/lib/pgsql/data/postgresql.conf
|        366
 track_activity_query_size | 1024    |                                     |
 track_counts              | off     |                                     |
 track_functions           | none    |                                     |



>
>
> --
>    Euler Taveira de Oliveira - Timbira       http://www.timbira.com.br/
>    PostgreSQL: Consultoria, Desenvolvimento, Suporte 24x7 e Treinamento
> _______________________________________________
> pgbr-geral mailing list
> [email protected]
> https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral
>
_______________________________________________
pgbr-geral mailing list
[email protected]
https://listas.postgresql.org.br/cgi-bin/mailman/listinfo/pgbr-geral

Responder a