[BUGS] BUG #7653: Minor problem with join condition

2012-11-12 Thread stefano
The following bug has been logged on the website: Bug reference: 7653 Logged by: Stefano Baccianella Email address: stef...@sportilia.com PostgreSQL version: 9.2.1 Operating system: Linux CentOS Description: Don't know if this is a bug or a correct behaviour, b

[BUGS] BUG #4749: trigonometric functions broken

2009-04-05 Thread Stefano Salvador
The following bug has been logged online: Bug reference: 4749 Logged by: Stefano Salvador Email address: stefano.salva...@gmail.com PostgreSQL version: 8.3.7 Operating system: Linux Description:trigonometric functions broken Details: try: select sin(pi

Re: [BUGS] Bug #616: Alter table add foreign key

2002-03-15 Thread Stefano Reksten
ay and that's why you caon't find it. Try to alter table pricegroup add foreign key (parent) references pricegroup on delete cascade without using double quotes. Just my 0.02 Ciao, Stefano ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [BUGS] BUG #1063: tcp/ip

2007-05-05 Thread Stefano T
i've this problem but on windowsxp.. how i can resolve? "PostgreSQL Bugs List" wrote: > The following bug has been logged online: > > Bug reference: 1063 > Logged by: forty > > Email address: [EMAIL PROTECTED] > > PostgreSQL version: 7.4 > > Operating system: windows me > > De

Re: [BUGS] BUG #1063: tcp/ip

2007-05-06 Thread Stefano Tranquillini
i've the postgres 8.2 2007/5/6, Heikki Linnakangas <[EMAIL PROTECTED]>: Stefano T wrote: > i've this problem but on windowsxp.. how i can resolve? First of all, PostgreSQL 7.4 on Windows isn't officially supported. Please upgrade to 8.2. >>

[BUGS] PostgreSQL 8 Installed on Windows

2004-11-13 Thread Stefano Tazzi
is the following: C:\Programmi\PostgreSQL\8.0.0-beta4\bin>createdb mydb Password: createdb: could not connect to database template1: FATAL: password authenticati on failed for user "postgresql" What can I do? Kind regard. Tanks in advance for the help. Stefano Tazzi ---

[BUGS] Bug on CHARACTER(n) ?

2005-11-28 Thread Stefano Reksten
4 | test Should not a char(10) insert 6 padding spaces? Or am I missing something like an update in the SQL standard? Sorry if this is an already known issue, I had no time lately to check the bugs mailing list. Ciao, Stefano ---(end of broadcast)-

[BUGS] BUG #6512: Bug with prepared statement and timestamp + interval

2012-03-04 Thread stefano . baccianella
The following bug has been logged on the website: Bug reference: 6512 Logged by: Stefano Baccianella Email address: stefano.bacciane...@gmail.com PostgreSQL version: 9.1.1 Operating system: Windows 7 64bit Description: When trying to execute a query like: SELECT

Re: [BUGS] BUG #6512: Bug with prepared statement and timestamp + interval

2012-03-13 Thread Stefano Baccianella
+ interval => timestamp > timestamp => timestamp I don't know if this is a design choice or a side effect, probably the first. --- Stefano 2012/3/12 Robert Haas > On Sat, Mar 3, 2012 at 7:47 PM, wrote: > > The following bug has been logged on the website: