Prev: Counting a string
Next: Execute a stub written in plsql
From: Reid Thompson on 2 Mar 2010 13:40 what does this return $ pg_config --includedir
From: Saeed Bhuta on 3 Mar 2010 03:11 Reid Thompson wrote: > what does this return > $ pg_config --includedir pg_config --includedir /usr/include/postgresql -- Posted via http://www.ruby-forum.com/.
From: Reid Thompson on 3 Mar 2010 08:53 On 3/3/2010 3:11 AM, Saeed Bhuta wrote: > Reid Thompson wrote: >> what does this return >> $ pg_config --includedir > > pg_config --includedir > /usr/include/postgresql and $ ls /usr/include/postgresql
From: Reid Thompson on 3 Mar 2010 08:54 On 3/3/2010 3:11 AM, Saeed Bhuta wrote: > Reid Thompson wrote: >> what does this return >> $ pg_config --includedir > > pg_config --includedir > /usr/include/postgresql actually, make that $ ls -lrt /usr/include/postgresql
From: Saeed Bhuta on 3 Mar 2010 09:59
Reid Thompson wrote: > On 3/3/2010 3:11 AM, Saeed Bhuta wrote: >> Reid Thompson wrote: >>> what does this return >>> $ pg_config --includedir >> >> pg_config --includedir >> /usr/include/postgresql > > actually, make that > > $ ls -lrt /usr/include/postgresql ls -lrt /usr/include/postgresql total 172 -rw-r--r-- 1 root root 20694 2009-09-09 17:49 postgres.h -rw-r--r-- 1 root root 790 2009-09-09 17:49 postgres_fe.h -rw-r--r-- 1 root root 1837 2009-09-09 17:49 postgres_ext.h -rw-r--r-- 1 root root 12805 2009-09-09 17:49 port.h -rw-r--r-- 1 root root 349 2009-09-09 17:49 pg_trace.h -rw-r--r-- 1 root root 766 2009-09-09 17:49 pg_config_os.h -rw-r--r-- 1 root root 7583 2009-09-09 17:49 pg_config_manual.h -rw-r--r-- 1 root root 24739 2009-09-09 17:49 pg_config.h -rw-r--r-- 1 root root 19646 2009-09-09 17:49 libpq-fe.h -rw-r--r-- 1 root root 2270 2009-09-09 17:49 libpq-events.h -rw-r--r-- 1 root root 24599 2009-09-09 17:49 c.h drwxr-xr-x 2 root root 4096 2010-03-02 10:12 libpq drwxr-xr-x 3 root root 4096 2010-03-02 10:12 internal drwxr-xr-x 2 root root 4096 2010-03-02 10:12 catalog drwxr-xr-x 2 root root 4096 2010-03-02 10:12 utils drwxr-xr-x 2 root root 4096 2010-03-02 10:12 nodes drwxr-xr-x 2 root root 4096 2010-03-02 10:12 mb drwxr-xr-x 3 root root 4096 2010-03-02 10:13 8.4 -- Posted via http://www.ruby-forum.com/. |