Re: [GENERAL] Any good report/form generators for postgresql?

2004-11-23 Thread Alberto Cabello Sanchez
On Sun, Nov 21, 2004 at 05:50:30PM +, Chris Green wrote: > I'm after a good report generator for a postgresql database. I am > using Rekall at the moment which is quite good but I'm not quite able > to do some of the things I want. > > Has anyone got any recommendations for forms/reports gene

[GENERAL] Mistake in initdb?

2005-02-17 Thread Alberto Cabello Sanchez
I just went from compiling PostgreSQL 8.0.1 and all was fine, but when I launched initdb -D /opt/postgresql-8.0.1/lib/data/ --encoding=LATIN1 --locale=es_ES all that I got was FATAL: could not open file "$libdir/ascii_and_mic" I dirtly changed $libdir for /opt/postgresql-8.0.1/lib in /opt/postgre

[GENERAL] Grants on rules

2004-07-06 Thread Alberto Cabello Sanchez
Hi all, I am trying to mimic a table's behaviour on a view thru rules. More precisely, I have a table (say, my_table(field1,field2)) and a view (my_view as select my_field from my_table). For allowing inserts into the view, I have create a rule on "insert into my_view" doing instead insert into my