No, we are not. The dynamic version of libpq requires the following libraries:
text Code:
  1. linux-gate.so.1 => (0xffffe000)
  2. libssl.so.1.0.0 => /usr/lib/libssl.so.1.0.0 (0xb76ba000)
  3. libcrypto.so.1.0.0 => /usr/lib/libcrypto.so.1.0.0 (0xb74f9000)
  4. libcrypt.so.1 => /lib/libcrypt.so.1 (0xb74b0000)
  5. libc.so.6 => /lib/i686/libc.so.6 (0xb735e000)
  6. libdl.so.2 => /lib/libdl.so.2 (0xb7359000)
  7. libpthread.so.0 => /lib/i686/libpthread.so.0 (0xb7341000)
  8. /lib/ld-linux.so.2 (0xb776a000)
To copy to clipboard, switch view to plain text mode 

The static one requires all undefined symbols to be defined. You can use nm and grep to see what they are.