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 / November 2003

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Materialized views proposal30 Nov 2003 22:47 GMT6
I apologize if this post is inappropriate.
Doing some development work, me and my co-worker discussed some
optimizations strategies. One of the ideas that came up was materialized
views. Trading disk space to summarize queries, and paying for a trigger
Patch queue30 Nov 2003 21:00 GMT5
I have loaded the patch queue with all patches that were in my main
mailbox:
    http://momjian.postgresql.org/cgi-bin/pgpatches
I still have to go through the saved patches in:
passing function's output into C function30 Nov 2003 13:58 GMT3
I have table with column of type "inet". Then I have my own function
resolveip(text). It works okay when I store IP addres into column typed
as text or varchar. But with type of inet I run into this problem:
select host(acc_ip), resolveip(host(acc_ip)) from access_test limit 15
-fpic vs. -fPIC30 Nov 2003 13:56 GMT9
Late in the 7.4 release we've added a patch that changed -fpic to -fPIC
for Linux Sparc.  We wanted to investigate that issue further later on.
I've tried building PostgreSQL with -fpic on Sparc and saw no problems.
So I suggest that we change back to -fpic until we get detailed ...
permission errors for set authority and schema public30 Nov 2003 10:09 GMT1
I upgraded to 7.4 a few days ago and am getting these
errors when importing dumps: "permission denied to set
session authority" and "permission denied for schema
public". Not all of the dump is imported successfully.
Cron-job for checking up on pg_autovacuum30 Nov 2003 05:13 GMT3
I haven't found anything in terms of startup- and check-scripts for
pg_autovacuum yet; usually I like to have some sort of mechanism to
check if some daemon is running and restart it if it isn't.
Of course this sort of script shouldn't be too much of a bother for more
initdb mkdir_p() doesn't work30 Nov 2003 05:08 GMT6
Here is what I get:
peter ~$ pg-install/bin/initdb pg-install/var/data
...
creating directory pg-install/var/data ... initdb: failed
Bug in byteaout code in all PostgreSQL versions30 Nov 2003 03:34 GMT1
bytea-test.cxx -- contains detailed description of the bug and test
plan and code.
varlena.c.diff -- patch for PostgreSQL 7.5devel
src/backend/utils/adt/varlena.c#byteaout
Build problems for PostgreSQL v7.4 on FreeBSD v4.130 Nov 2003 03:27 GMT1
In file postgresql-7.4/src/interfaces/ecpg/ecpglib/misc.c, this version
of FreeBSD has no definition of LONG_LONG_MIN, although it does
support an int64_t integral type.  Compilation was successful after
inserting
Drop Cascade of Domains30 Nov 2003 01:01 GMT2
I have a table which contains three
columns of domain X.
If I drop the domain X with cascade,
the table remains with no columns.
ip of the user doing an insert30 Nov 2003 00:40 GMT5
Is there a function or other way to get the user's ip address the moment
  an insert is performed?
Supposed that many people with the same "pg_username" are conected to
the database so no username tracking is usefull.
pg_restore and transaction id wraparound30 Nov 2003 00:32 GMT5
Hypothetical situation: a table containing, say, 10 billion rows is backed up
and then restored with pg_restore. Would this lead to the transaction id
wraparound issue since 10B rows are imported in one "batch"?
Thanks
$Id$ -> $PostgreSQL$ Change29 Nov 2003 22:40 GMT9
Based on discussions on -hackers, and baring any objections betwen now and
then, I'm going to go through all files in CVS and change:
    $Id$ -> $PostgreSQL$
I will do this the evening of Friday, November 29th ...
7.4 official docs : Fonts?29 Nov 2003 21:06 GMT21
Have the fonts gone wild in the new 7.4 documentation?
In the tables describing the functions and
operators and in the table of contents,
there are at least three different fonts
7.3.5 to be released this week ...29 Nov 2003 20:06 GMT1
Bruce is going to do whatever magic he needs to on Tuesday, after while
I'll bundle it up for testing (at which point in time Peter should point
out any oops I happen to have made, no after, eh? *evil grin*) ... then
we'll do an announce of its availability on Wednesday ...
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 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.