Skip to content
Snippets Groups Projects
  1. Jun 16, 1998
    • Bruce Momjian's avatar
      I investigated carefully POSTGRES data base (in idea to use it for · 92da1c3a
      Bruce Momjian authored
      our internal IP routing data base, and because  I have participated
      in Ingres development here in Russia in RUBIN/DEMOS project -
      through it was not freeware work - and it was very interesting for
      me too see such good freeware data base as PostgreSQL), and I
      modified 'ipaddr' data type library in accordance to our requests
      and to allow SQL do indexing over ipaddr objects.
      
      You can read description at 'http://relcom.EU.net/ipaddr.html' and
      get sources at 'http://relcom.EU.net/ip_class.tar.gz'. It contains
      sources, sql scripts for incorporating new data type into postgres
      (including ipaddr_ops operator class incorporation) and 20,000
      records based data test for the indexing.
      
      I am not sure if it's proper mail list for this information, and
      if it's interesting for anyone except me to get full-functional
      ipaddress class. I am ready to make all modifications, bug fixing
      and documentation for this data class if it's nessesary for it's
      contribution to the Postgres data base.
      
      Anyway, all my work was based at original 'ip&mac data type'
      contribution, written by Tom Ivar Helbekkmo.
      
      Be free to write me any questions or requests about this work.
      ==============================================================
      
      Aleksei Roudnev, Network Operations Center, Relcom, Moscow (+7 095)
      194-19-95 (Network Operations Center Hot Line),(+7 095) 239-10-10,
      N 13729 (pager) (+7 095) 196-72-12 (Support), (+7 095) 194-33-28
      (Fax)
      92da1c3a
    • Bruce Momjian's avatar
      Add FAQ_CVS. · 5815523b
      Bruce Momjian authored
      5815523b
  2. Jun 15, 1998
  3. May 15, 1998
    • Marc G. Fournier's avatar
      · d1c5021c
      Marc G. Fournier authored
      From: "Aldrin L." <aldrin@americasnet.com>
      
      Subject: [INTERFACES] mSQL Compatibility Library (fwd)
      d1c5021c
  4. Apr 28, 1998
  5. Apr 27, 1998
  6. Apr 23, 1998
  7. Apr 22, 1998
  8. Mar 22, 1998
  9. Mar 14, 1998
  10. Feb 26, 1998
  11. Feb 14, 1998
  12. Feb 11, 1998
  13. Jan 25, 1998
    • Marc G. Fournier's avatar
      From: Tom I Helbekkmo <tih@Hamartun.Priv.NO> · 674b22a2
      Marc G. Fournier authored
      PostgreSQL type extensions for IP and MAC addresses.
      
      I needed to record IP and MAC level ethernet addresses in a data
      base, and I really didn't want to store them as plain strings, with
      no enforced error checking, so I put together the accompanying code
      as my first experiment with adding a data type to PostgreSQL.  I
      then thought that this might be useful to others, both directly and
      as a very simple example of how to do this sort of thing, so here
      it is, in the hope that it will be useful.
      674b22a2
  14. Jan 18, 1998
  15. Jan 07, 1998
  16. Jan 06, 1998
  17. Dec 06, 1997
  18. Dec 05, 1997
  19. Nov 07, 1997
  20. Nov 05, 1997
  21. Oct 17, 1997
  22. Oct 02, 1997
  23. Sep 24, 1997
  24. Sep 16, 1997
  25. Sep 12, 1997
  26. Sep 11, 1997
  27. Sep 08, 1997
  28. Sep 07, 1997
  29. Sep 05, 1997
  30. Aug 26, 1997
  31. Aug 25, 1997
  32. May 19, 1997
Loading