Attached script (run as psql -U postgres -f bug_6350.sql) shows the
problem. Enjoy!
create database problematic;
\c problematic
-- create three roles
create role usr;
create role adm;
create role new_adm;
create table foo (bar integer);
alter table foo owner to adm;
grant select(bar) on foo to
Attached script (run as psql -U postgres -f bug_6350.sql) shows the
problem. Enjoy!
create database problematic;
\c problematic
-- create three roles
create role usr;
create role adm;
create role new_adm;
create table foo (bar integer);
alter table foo owner to adm;
grant select(bar) on foo to
Am 22.01.12 14:22, schrieb Giuseppe Sucameli:
> Hi all,
>
> trying to create a table with a column xmin I get the
> following error message:
>
> test=> create table lx (xmin int);
> ERROR: column name "xmin" conflicts with a system
> column name
>
> Instead I get a different (and less understan
Am 13.02.12 00:09, schrieb the_r...@yahoo.com:
> The following bug has been logged on the website:
>
> Bug reference: 6454
> Logged by: Paul Peterson
> Email address: the_r...@yahoo.com
> PostgreSQL version: 9.1.2
> Operating system: Windows 7 home
> Description:
>
>
Am 17.04.12 12:10, schrieb li...@nway.com.cn:
> The following bug has been logged on the website:
>
> Bug reference: 6595
> Logged by: lihao
> Email address: li...@nway.com.cn
> PostgreSQL version: 9.1.3
> Operating system: windows xp
> Description:
>
> I has install
http://www.postgresql.org/mailpref/pgsql-bugs
Freundliche GrĂ¼sse,
micro systems
Marc Balmer
--
Marc Balmer
micro systems, Wiesendamm 2a, Postfach, 4019 Basel
fon +41 61 383 05 10, fax +41 61 383 05 12, http://www.msys.ch/
--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs
Am 22.01.2013 um 14:31 schrieb jan-peter.seif...@gmx.de:
> The following bug has been logged on the website:
>
> Bug reference: 7820
> Logged by: Jan-Peter Seifert
> Email address: jan-peter.seif...@gmx.de
> PostgreSQL version: 9.1.7
> Operating system: Windows 7 64-bit
> De