Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
Discussion Groups
Database Servers
DB2InformixIngresMS SQLOraclePervasive.SQLPostgreSQLProgressSybase
Desktop Databases
FileMakerFoxProMS AccessParadox
General
General DB TopicsDatabase Theory
Related Topics
Java Development.NET DevelopmentVB DevelopmentMore Topics ...

Database Forum / General PostgreSQL Topics / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
horology and DST changeover01 Nov 2004 00:18 GMT2
It's time for the 6 monthly discussion of the failure of  the horology
tests during DST changeover.
I'd like to find a way to avoid this, so we don't get spurious buildfarm
failures for 2 or 3 days every six months. ISTM the first thing is to
Interpolation of environment variables in SQL at runtime?31 Oct 2004 23:03 GMT2
Question: is there any way to use environment variables (or something
similar) in my saved SQL code, and have them expanded at runtime?
I can't see a way to do this in the manuals, and a colleague tells me
it can't be done, but I wanted to check, because if this _can_ be done
array_to_column function31 Oct 2004 22:51 GMT3
Kind people,
Here's something I came up with, having accidentally discovered the
ARRAY() constructor (BTW, I think at least some pointer to it should
be in the array section of functions & operators).
procedural languages in 7.4.631 Oct 2004 21:26 GMT4
In 7.4.6 there is only plpgsql  under pl where as 7.4.5
includes it in the main distribution
can anyone tell from where plperl for 7.4.6
can be got?
How to time several queries?31 Oct 2004 20:53 GMT5
I know it is possible to time isolated queries through the settting of the
\timing option in psql. This makes PgSQL report the time it took to
perform one operation.
I would like to know how one can get a time summary of many operations, if
fsync, ext2 on Linux31 Oct 2004 19:20 GMT6
The Linux fsync man page says:
"It does not necessarily ensure that the entry in the directory
containing the file has also reached disk. For that an explicit fsync on
the file descriptor of the directory is also needed."
Problem connecting to localhost in 7.4.231 Oct 2004 17:47 GMT3
I am setting up a postgres server on Redhat Fedora Core 2, and am
unable to connect via tcpip.
I have enabled tcpip_socket in postgresql.conf.
For testing prposes, I'm using trust for local and host 127.0.0.1 in
date_trunc problems crossing DST border31 Oct 2004 16:57 GMT1
[ PostgreSQL 7.4.5, Linux (Debian sarge) ]
The date_trunc function is making some off-by-one errors when working at
a DST border.
=> select date_trunc('minute', '2004-10-31 01:00:00-05'::timestamptz);
View's rule on delete problem31 Oct 2004 16:41 GMT2
CREATE RULE "new_rule2" AS ON DELETE TO "public"."klients_view"
DO INSTEAD (
DELETE
FROM klients
minor issue with psql keeping connections31 Oct 2004 16:30 GMT1
pgsql running on port 5480, connect to template1 as non-superuser "phppgadmin"
who does not have createdb privileges. attempt to run a script that creates a
database "phppgadmin" and then do a \connect to that database.   this fails
(as it should) but when it does, it loses the ...
Charset/collate support and function parameters31 Oct 2004 10:48 GMT15
I have a long term plan to implement charset support in pg and now when I
have dropped the work on the timestamps, I've been looking into this
subject.
Today we store the max length of a string in the typmod field, but that
8.0b4: COMMIT outside of a transaction echoes ROLLBACK31 Oct 2004 09:21 GMT10
just wondering:
test=> select version();
                                        version
------------------------------------------------------------------------------------------
Upgrading from beta3 to beta431 Oct 2004 09:10 GMT1
I did not notice in the Install instructions that a
dump restore  needed to be done...
This is what I got when I upgrade the v8b3 to the v8b4
FATAL:  database files are incompatible with server
help using count in function31 Oct 2004 07:55 GMT2
Perhaps this is simple, but it has me stumped.  What is the data type to
use for returning a value from count?
Example:
CREATE FUNCTION ev3(int4) RETURNS int4
not null partial index?31 Oct 2004 07:38 GMT3
It seems partial indexes with not null condition do not work:
I did some testings with pgbench database and I observe:
1) statistics information is slghtly incorrect
2) partial index is not used
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2010 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.