Re: [GENERAL] RI_ConstraintTrigger question

2005-09-26 Thread George Essig
of the 'RI_ConstraintTrigger_' trigger and recreate the foreign keys. George Essig

[GENERAL] New Drupal PostgreSQL Maintainer Wanted

2005-08-16 Thread George Essig
and PostgreSQL. For more on drupal, see http://drupal.org. George Essig ---(end of broadcast)--- TIP 3: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faq

Re: [GENERAL] Upgrade data

2005-03-31 Thread George Essig
restoration very slow, but it makes the archives more portable to other SQL database packages. George Essig ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [GENERAL] psql variables

2005-03-21 Thread George Essig
'\! [ command ]' to execute shell commands within psql. This may not be what you want though. George Essig ---(end of broadcast)--- TIP 2: you can get off all lists at once with the unregister command (send unregister YourEmailAddressHere to [EMAIL

Re: [GENERAL] sql question

2005-03-13 Thread George Essig
On Fri, 11 Mar 2005 13:26:07 +0100, Steven Verhoeven [EMAIL PROTECTED] wrote: My table definition : id | fref | mref --+---+-- 1 | 23| 25 2 | 24| 28 3 | 25| 31 4 | 26| 34 i need a query that results in

Re: [GENERAL] Backupping the table values

2005-03-01 Thread George Essig
that the deletion or update would create a foreign key constraint violation. This is the same as NO ACTION except that the check is not deferrable. George Essig ---(end of broadcast)--- TIP 8: explain analyze is your friend

Re: [GENERAL] Problem resolved (tsearch2 inhibiting migration)

2005-02-04 Thread George Essig
to include the new schema to avoid explicit references. The only problem is that the search_path is stored in the catalog and not outputted in pg_dump files. You have to remember to set the search_path after restoring the database. George Essig ---(end of broadcast

Re: [GENERAL] How to make a good documentation of a database ?

2004-11-18 Thread George Essig
/autodoc/output-graphviz.html George Essig ---(end of broadcast)--- TIP 4: Don't 'kill -9' the postmaster

Re: [GENERAL] Has anyone tried Date/Darwen/Lorentzos's model for temporal data?

2004-10-15 Thread George Essig
of a database at a specific point in time. I didn't read this part as closely and haven't implemented these ideas. Hope this helps, George Essig ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your

Re: [GENERAL] Has anyone tried Date/Darwen/Lorentzos's model for temporal data?

2004-10-15 Thread George Essig
--- Eric D. Nielsen [EMAIL PROTECTED] wrote: Thanks for the Snodgrass reference, it is rather similar and pre-dates the book I was looking at. (Same notion of valid/transaction times, but Date's non-SQL approach) From a quick skim it doesn't address the distinction Date et al draw

Re: [GENERAL] Installing FullTextSearchTool tsearch2

2004-08-18 Thread George Essig
/postgres/gist/tsearch/V2/docs/oscon_tsearch2/readme_detail_01.html There's a typo on this page 'pg_configure --configure' should be 'pg_config --configure'. George Essig ---(end of broadcast)--- TIP 3: if posting/reading through Usenet, please send

[GENERAL]

2004-07-29 Thread George Essig
/docs/tsearch-V2-intro.html Install the file regprocedure_7.4.patch.gz, then load the following into your database. http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/regprocedure_update.sql George Essig ---(end of broadcast)--- TIP 1: subscribe

Re: [GENERAL] docs on tsearch2

2004-03-03 Thread George Essig
hi all Are there any other docs about tsearch2 except for the 3 docs in \contrib\tsearch2\docs i want some tech docs on tsearch2 thank all See http://www.sai.msu.su/~megera/postgres/gist/tsearch/V2/ George Essig ---(end of broadcast)--- TIP

[GENERAL] CMS with PostgreSQL

2003-12-07 Thread George Essig
/developer/ez_publish_3 George Essig ---(end of broadcast)--- TIP 6: Have you searched our list archives? http://archives.postgresql.org

Re: [GENERAL] tsearch2 and gist index bloat

2003-11-06 Thread George Essig
--- Oleg Bartunov [EMAIL PROTECTED] wrote: On Thu, 6 Nov 2003, George Essig wrote: Thanks for the reply. For this project, I can update the data and reindex during off-peak hours. I was just surprised to see the size of the index double after heavy write activity

Re: [GENERAL] [SQL] connectby

2003-11-01 Thread George Essig
and there was no contrib/tablefunc directory. You'll have to upgrade. George Essig ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/docs/faqs/FAQ.html

Re: [GENERAL] connectby

2003-10-28 Thread George Essig
WHERE t.id = menu.id George Essig ---(end of broadcast)--- TIP 9: the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match