Hmmm, yeah.
I looked around for what you mentioned, doesn't seem Postgre supports the Oracle equivalent as I went through all the functions. However it does allow you to create custom functions using PL/pgSQL as Oracle (I believe) does.
So either that or your suggestion would work as well...
Hi, here's the problem.
The table structure would be something similar to:
tierX
-------
IDtierX (primary key, auto_increment)
IDoverX (unique)
name (not null)
Say the data in the table is:
IDtierX | IDoverX | name
-----------+-----------+---------
1 | 2 | one
2...
Hi,
I want to reroute urls typed into ie or any other browser on my comp to another location. So that for example, if I type in:
www.yahoo.com
the site will not go to the actual website (www.yahoo.com) but rather to the web server on my own computer.
(the reason i want to do this is because...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.