Hi,
On Wed, Mar 28, 2012 at 02:52:21PM +0200, Enrico Zini wrote:
> Hello,
>
> enrico@paganini:~$ psql -h localhost -U guest -p 5441 udd
> udd=> select description from all_packages limit 10;
> ERROR: permission denied for relation all_packages
I just did:
GRANT SELECT ON all_packages TO PUBL
Hello,
enrico@paganini:~$ psql -h localhost -U guest -p 5441 udd
udd=> select description from all_packages limit 10;
ERROR: permission denied for relation all_packages
It sounds like someone has forgotten a grant somewhere.
Also, the long_description column seems to have disappeared from
all_p
On 28/03/12 at 09:53 +0200, Andreas Tille wrote:
> Hi Lucas,
>
> sorry if I have broken something but I need moire detailed advise. I
> simply moved the configuration from SVN into effect. The only
> explanation I have is that the config on UDD contained changes which
> were not commited to SVN.
Hi Lucas,
sorry if I have broken something but I need moire detailed advise. I
simply moved the configuration from SVN into effect. The only
explanation I have is that the config on UDD contained changes which
were not commited to SVN. I did not fiddled around with code regarding
the bugs gathe
4 matches
Mail list logo