Re: [GENERAL] Recurring events

2011-06-07 Thread Troy Rasiah
/bakineggs/recurring_events_for -- Troy Rasiah -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

[GENERAL] Use of search path in plpgsql functions, PG 8.3.12

2010-11-24 Thread Troy Rasiah
m sure i'm missing something obvious, can anyone help me understand this better ? Thanks -- Troy Rasiah -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-general

[GENERAL] Query not using index

2008-09-21 Thread Troy Rasiah
(id) "idxfti_idx" gist (idxfti) "keyword_data_idx" btree (category) "keyword_data_idx1" btree (keyword) Foreign-key constraints: "keyword_data_fk" FOREIGN KEY (category) REFERENCES categorys(categoryid) ON UPDATE CASCADE ON DELETE CASCADE g

Re: [GENERAL] Connection to second database on server

2008-08-24 Thread Troy Rasiah
Scott Marlowe wrote: > On Sun, Aug 24, 2008 at 10:19 PM, Troy Rasiah <[EMAIL PROTECTED]> wrote: >> >> Scott Marlowe wrote: >>> On Sun, Aug 24, 2008 at 8:43 PM, Troy Rasiah <[EMAIL PROTECTED]> wrote: >>>> Sorry for bringing up an old post...If

Re: [GENERAL] Connection to second database on server

2008-08-24 Thread Troy Rasiah
Scott Marlowe wrote: > On Sun, Aug 24, 2008 at 8:43 PM, Troy Rasiah <[EMAIL PROTECTED]> wrote: >> Sorry for bringing up an old post...If you have a generic set of tables.. >> >> eg. table of countries / post codes etc which are used across several >> databas

Re: [GENERAL] Connection to second database on server

2008-08-24 Thread Troy Rasiah
up and db_link isn't needed anymore. I hope I won't run into > anymore problems. :-) > Regards. Sorry for bringing up an old post...If you have a generic set of tables.. eg. table of countries / post codes etc which are used across several databases what is the best way to access / s

[GENERAL] Word boundaries in regular expressions

2008-04-04 Thread Troy Rasiah
Apologies if this has been posted somewhere else but what is the equivalent of perl's \b in postgres regular expressions ? -- Troy Rasiah -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/

Re: [GENERAL] how to unsubscribe from this group?

2007-10-29 Thread Troy Rasiah
http://archives.postgresql.org/pgsql-general/ -- Troy Rasiah ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [GENERAL] Time Zone design issues

2007-09-16 Thread Troy Rasiah
sted, the user's browser is likely offering the user's tz >> info...but I am interested in seeing someone's mature system for >> returning the user's local time based their tz as stored in their >> profile. > > I wouldn't trust the browser's TZ, and you would need a way to override > it. So storing it in a table seems the easiest way. > -- Troy Rasiah ---(end of broadcast)--- TIP 5: don't forget to increase your free space map settings