Database Patterns

Notes on PostgreSQL

Pages

  • Home
  • Quick Links

Sunday, August 18, 2013

Martin Fowler on User-Defined Fields

http://martinfowler.com/bliki/UserDefinedField.html

Essentially, he recommends using an XML field, or allowing the user to ALTER their own schema.
Posted by Neil McGuigan at 12:26 PM No comments:
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Posts Older Posts Home
Subscribe to: Posts (Atom)

Search This Blog

Labels

postgres

Popular Posts

  • Broadcasting PostgreSQL NOTIFY messages to WebSocket Clients
    In this post, I look at how to broadcast NOTIFY messages from a Postgres database to WebSocket clients using Spring MVC 4. Source code her...
  • Trees and Paths using WITH RECURSIVE in PostgreSQL
    Let's say we had some data like this - from the United Nations geoscheme for world regions: create table subregions ( id smallint pr...
  • TF-IDF Text Search in Postgres
    /* see http://blog.databasepatterns.com/2014/07/postgresql-install-smlar-extension.html */ create extension if not exists smlar; /* your ...
  • Installing the debugger for pgAdmin on Windows
    Software used: Windows 7 64-bit PostgreSQL 9.3 installed from EnterpriseDB installer pgAdmin III 1.18 Steps: 1. Open c:\program f...
  • Setting up OpenBSD's LDAP Server (ldapd) with StartTLS and SASL
    OpenBSD has its own LDAP server, ldapd. Here's how to configure it for use with StartTLS and SASL authentication I don't cover com...
  • Steps to install the smlar extension into Postgres
    The smlar extension lets you do TF-IDF and cosine similarity calculations in Postgres. If you figure out how to compile these on Windows (...
  • PostgreSQL 9.6 Wish List
    First, a huge congratulations and thank you to the PostgreSQL Global Development Group for shipping such great features in 9.5! I'm te...

About Me

Neil McGuigan
View my complete profile

Blog Archive

  • ►  2017 (4)
    • ►  September (3)
    • ►  August (1)
  • ►  2016 (6)
    • ►  July (4)
    • ►  May (1)
    • ►  January (1)
  • ►  2015 (6)
    • ►  December (2)
    • ►  August (1)
    • ►  April (1)
    • ►  March (2)
  • ►  2014 (32)
    • ►  December (4)
    • ►  November (1)
    • ►  August (9)
    • ►  July (7)
    • ►  June (3)
    • ►  April (1)
    • ►  March (1)
    • ►  February (3)
    • ►  January (3)
  • ▼  2013 (2)
    • ►  November (1)
    • ▼  August (1)
      • Martin Fowler on User-Defined Fields
  • ►  2012 (1)
    • ►  August (1)
Simple theme. Powered by Blogger.