<?xml version="1.0" encoding="ISO-8859-1"?>
<rdf:RDF
 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
 xmlns="http://purl.org/rss/1.0/"
 xmlns:dc="http://purl.org/dc/elements/1.1/"
 xmlns:syn="http://purl.org/rss/1.0/modules/syndication/"
>

<channel rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/">
<title>talkaboutdatabases.com Pgsql Novice</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/</link>
<description>$</description>
<dc:language>en-us</dc:language>
<dc:rights>Copyright 2003-2005, Talk About Network. All Rights Reserved.</dc:rights>
<dc:date>2008-07-04T09:07:28+00:00</dc:date>
<dc:publisher>TAN</dc:publisher>
<dc:creator>rss@talkaboutnetwork.com</dc:creator>
<dc:subject>Discussion</dc:subject>
<syn:updatePeriod>hourly</syn:updatePeriod>
<syn:updateFrequency>1</syn:updateFrequency>
<syn:updateBase>1970-01-01T00:00+00:00</syn:updateBase>
<items>
 <rdf:Seq>
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8495.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8492.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8491.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8486.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8484.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8479.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8478.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8474.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8471.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8469.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8468.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8466.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8462.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8458.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8457.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8453.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8452.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8450.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8449.html" />
<rdf:li rdf:resource="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8446.html" />
 </rdf:Seq>
</items>
<image rdf:resource="http://tan12.talkaboutnetwork.com/images/spacer.gif" /> 
<textinput rdf:resource="http://talkaboutdatabases.com/group/pgsql.novice/search.html" />
</channel>

<image rdf:about="http://tan12.talkaboutnetwork.com/images/spacer.gif">
<title>talkaboutdatabases.com Pgsql Novice</title>
<url>http://tan12.talkaboutnetwork.com/images/spacer.gif</url>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/</link>
</image>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8495.html">
<title>how to create a function in plpgsql which picks the name of a va</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8495.html</link>
<description>Hello. I am trying to create a function in plpgsql, but I got stuck on one issue, looking for some clues.  Inside the function I have 4 variables of type boolean:    a1 boolean   a2 boolean   a3 boolean   a4 boolean  Their values can be TRUE, FALSE o...</description>
<dc:creator>public@[EMAIL PROTECTED]
 (Miernik)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-04T09:17:11+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8492.html">
<title>please explain vacuum with WAL</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8492.html</link>
<description>Hello!  I just installed 8.3 with WAL enabled. But I cant understand why postgres generated many archive logs during vacuum, if WAL is enabled. Could you explain? Thank you!   --  Sent via pgsql-novice mailing list (pgsql-novice@postgresql.org) To ma...</description>
<dc:creator>dm@[EMAIL PROTECTED]
 (Dmitry Melekhov)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-03T13:20:46+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8491.html">
<title>date formatting question</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8491.html</link>
<description>Hi,  Im using gambas to save some data to the database, and use the date from a  textbox to write to the database in format dd/mm/yyyy, however when I look  at the database using pgadmin3 , the date is stored as eg 2008/10/02  yyyy/dd/mm.  If I re-di...</description>
<dc:creator>rterry@[EMAIL PROTECTED]
 (richard terry...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-03T15:09:10+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8486.html">
<title>Concurrent COPY commands</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8486.html</link>
<description>Hello,  I am running some queries that use multiple connections to issue COPY  commands which bring data into the same table via different files (FIFOs  to be precise). This is being done on a SMP machine and I am noticing  that none of the postgres ...</description>
<dc:creator>phillip@[EMAIL PROTECTED]
 (Phillip Sitb...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-02T09:44:21+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8484.html">
<title>Re: Table exists but cant drop.</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8484.html</link>
<description>Ridvan Lakas ng Bayan S. Baluyos ridvan@baluyos.net writes:  I have a weird problem. When Im describing a table, I can see its table  structure. However, when I try to drop/select the table. It says that the  table doesnt exist.  Bizarre.  What PG ve...</description>
<dc:creator>tgl@[EMAIL PROTECTED]
 (Tom Lane)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-02T11:25:57+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8479.html">
<title>encoding problem when creating a database</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8479.html</link>
<description>I get this message when it fails to create a new database  encoding UTF8 does not match servers locale sv_SE.iso88591  when trying to create a database with the createdb command and the parameter  -E UTF8  Im not sure what to change here. Any good id...</description>
<dc:creator>gentosaker@[EMAIL PROTECTED]
 (A B)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-02T15:52:23+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8478.html">
<title>Calculating repeating events - functionality lost with the demis</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8478.html</link>
<description>!DOCTYPE html PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN html head   meta content=text/htmlcharset=ISO-8859-8-I  http-equiv=Content-Type   title/title /head body alink=#ee0000 bgcolor=#ffffff link=#0000ee text=#33ff33  vlink=#551a8b font color=#00...</description>
<dc:creator>psql-novice@[EMAIL PROTECTED]
 (Netzach)...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-07-02T13:21:01+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8474.html">
<title>Re: Slow Query and Big File Size even after emptying</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8474.html</link>
<description>On Tue, 2008-07-01 at 11:02 +0800, Ridvan Lakas ng Bayan S. Baluyos wrote:  Hi All,    I checked the file size of my database and its 115GB. I already  figured out which tables suck up all the space and I decided to delete  all the entries in them. B...</description>
<dc:creator>mailing_lists@[EMAIL PROTECTED]
 (Mark R...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-30T21:00:16+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8471.html">
<title>Adding to a date</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8471.html</link>
<description>I was beginning to create some financial functions for calculating Future Values, PVs, etc  -for basic retirement planning. example:  CREATE OR REPLACE FUNCTION lotsa.FVPMT(payment double precision, interestRate double precision, periods double preci...</description>
<dc:creator>younicycle@[EMAIL PROTECTED]
 (Mike Ells...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-30T17:44:09+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8469.html">
<title>Automatic SQL command execution</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8469.html</link>
<description>Dear all,  I am new to PostgreSQL and have just started using it for a few weeks. I have a (probably very simple) question regarding an execution of a SQL command which is automatically repeated every period of time. For example, I want to copy a txt...</description>
<dc:creator>yos.sunitiyoso@[EMAIL PROTECTED]
 (Yos S...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-27T10:08:11+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8468.html">
<title>Dumping tables with only create statements</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8468.html</link>
<description>------=_Part_9680_17494537.1214552761350 Content-Type: text/plain charset=UTF-8 Content-Transfer-Encoding: base64 Content-Disposition: inline  SXMgdGhlcmUgYSB3YXkgd2hlcmVpbiBJIGNhbiBkdW1wIG9ubHkgdGhlIGNyZWF0ZSBzdGF0ZW1l bnRzIChwbHVzIHRoZQppbmRleGVzIG...</description>
<dc:creator>ridvan@[EMAIL PROTECTED]
 (Ridvan Lakas ...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-27T15:46:01+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8466.html">
<title>Sources of information about sizing of hardwares to run PostgreS</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8466.html</link>
<description>Hi all,  I need to specify servers and storage to run PostgreSQL. Does anyone know any source of information (articles, presentations, books, etc.) which describes methods of hardware sizing for running a large PostgreSLQ installation?  Thank you in ...</description>
<dc:creator>sergio.r.f.oliveira@[EMAIL PROTECTED]
 (...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-26T16:30:06+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8462.html">
<title>Upgrade Ubuntu on machine with Postgres 8.3</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8462.html</link>
<description>Im planning on upgrading Ubuntu 7.10 to 8.04.  Is there anything special I need to do to preserve my Postgres 8.3 installation?  Should I backup the cluster and reinstall Postgres, or should I just do the Ubuntu upgrade and expect Postgres to keep wo...</description>
<dc:creator>lee.hachadoorian@[EMAIL PROTECTED]
 (Lee...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-26T12:42:32+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8458.html">
<title>how to replicate a database from one machine to the other?</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8458.html</link>
<description>A total novice here!  Machine A: Kubuntu 8.04 has the required database under user userA Machine B: RHEL 5 is the destination machine with userB  I want to transfer the entire database under userA from machine A to user B under machine B. Is that pos...</description>
<dc:creator>kap4lin@[EMAIL PROTECTED]
 (P Kapat)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-25T18:14:49+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8457.html">
<title>editing pg_hba.conf</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8457.html</link>
<description>hello,  i have installed postgresql, and its up and running fine, using the   postgres user account.  however, when i run the pgadmin III utility,   and attempt to FileOpen pg_hba.conf file, i cannot select it from   its /data folder because it is ob...</description>
<dc:creator>ej@[EMAIL PROTECTED]
 (Eric Jarvies)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-24T19:59:16+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8453.html">
<title>table oids and comments</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8453.html</link>
<description>Hello:  I think Im a little confused about the something in the documentation:  - I think table oids have been deprecated  (http://www.postgresql.org/docs/8.2/interactive/runtime-config-compatible.html) - It looks like the only way to retrieve the co...</description>
<dc:creator>mija@[EMAIL PROTECTED]
 (Mija Lee)
</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-20T16:20:12+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8452.html">
<title>ecpg not found</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8452.html</link>
<description>This is a multi-part message in MIME format.  ------_=_NextPart_001_01C8D2FF.72B29846 Content-Type: text/plain 	charset=us-ascii Content-Transfer-Encoding: quoted-printable  I cant seem to find ecpg in my PostgreSQL installation yet the libraries see...</description>
<dc:creator>George.Wright@[EMAIL PROTECTED]
 (Wright...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-20T12:59:56+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8450.html">
<title>yum repos problem</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8450.html</link>
<description>------=_Part_879_4090238.1213855255373 Content-Type: text/plain charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline  Im actually have installed: postgresql- 8.1.11-1.el5_1.1 pgadmin3.i686 0:1.8.4-1.rhel5  I added the Centos...</description>
<dc:creator>eemnpg@[EMAIL PROTECTED]
 (=?ISO-8859-1?...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-19T00:00:55+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8449.html">
<title>Server Programming Interface - spi.exec() overheds issue</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8449.html</link>
<description>Hi! Im not quite sure if this is the right place to discuss this issue but here goes. Ive been testing PL/R language coupled with SPI and postgis  to produce Voronoi tiles, the following function pushes a set of polygon  vertexes into an R array and ...</description>
<dc:creator>joaofgo@[EMAIL PROTECTED]
 (=?ISO-8859-1...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-18T18:35:27+00:00</dc:date>
</item>

<item rdf:about="http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8446.html">
<title>pg_restore warnings</title>
<link>http://www.talkaboutdatabases.com/group/pgsql.novice/messages/8446.html</link>
<description>Having been badly bitten in the recent past, I am doubly cautious about the most minute postgresql complaint.  I have finally been able to restore a database completely as a trial for scheduling daily dumps totally aside from file level backups which...</description>
<dc:creator>gjwalsh@[EMAIL PROTECTED]
 (G. J. Walsh)...</dc:creator>
<dc:subject>Discussion</dc:subject>
<dc:date>2008-06-17T16:35:51+00:00</dc:date>
</item>


<textinput rdf:about="http://talkaboutdatabases.com/group/pgsql.novice/search.html">
<title>Search talkaboutdatabases.com Pgsql Novice</title>
<description>Search talkaboutdatabases.com Pgsql Novice</description>
<name>q</name>
<link>http://talkaboutdatabases.com/group/pgsql.novice/search.html</link>
</textinput>

</rdf:RDF>
