[fpc-pascal] Re: GetTableNames in TSQLConnection / Postgresql

2012-12-23 Thread Reinier Olislagers
On 21-12-2012 12:37, Tomas Hajny wrote: > On Fri, December 21, 2012 11:59, Reinier Olislagers wrote: >> On 18-12-2012 10:49, Tomas Hajny wrote: >>> On Tue, December 18, 2012 09:35, >>> michael.vancanneyt-0is9kj9sb0a-xmd5yjdbdmrexy1tmh2...@public.gmane.org >>> wrote: On Tue, 18 Dec 2012, Joh

Re: [fpc-pascal] Re: GetTableNames in TSQLConnection / Postgresql

2012-12-21 Thread LacaK
John wrote / napĂ­sal(a): On 12/21/2012 10:37 PM, Tomas Hajny wrote: On Fri, December 21, 2012 11:59, Reinier Olislagers wrote: On 18-12-2012 10:49, Tomas Hajny wrote: On Tue, December 18, 2012 09:35, michael.vancanneyt-0is9kj9s...@public.gmane.org wrote: On Tue, 18 Dec 2012, John wrote: you

Re: [fpc-pascal] Re: GetTableNames in TSQLConnection / Postgresql

2012-12-21 Thread John
On 12/21/2012 10:37 PM, Tomas Hajny wrote: On Fri, December 21, 2012 11:59, Reinier Olislagers wrote: On 18-12-2012 10:49, Tomas Hajny wrote: On Tue, December 18, 2012 09:35, michael.vancanneyt-0is9kj9s...@public.gmane.org wrote: On Tue, 18 Dec 2012, John wrote: you can't! That brings me bac

Re: [fpc-pascal] Re: GetTableNames in TSQLConnection / Postgresql

2012-12-21 Thread Tomas Hajny
On Fri, December 21, 2012 11:59, Reinier Olislagers wrote: > On 18-12-2012 10:49, Tomas Hajny wrote: >> On Tue, December 18, 2012 09:35, >> michael.vancanneyt-0is9kj9s...@public.gmane.org wrote: >>> On Tue, 18 Dec 2012, John wrote: you can't! That brings me back to the original point that eit

[fpc-pascal] Re: GetTableNames in TSQLConnection / Postgresql

2012-12-21 Thread Reinier Olislagers
On 18-12-2012 10:49, Tomas Hajny wrote: > On Tue, December 18, 2012 09:35, > michael.vancanneyt-0is9kj9s...@public.gmane.org wrote: >> On Tue, 18 Dec 2012, John wrote: >>> you can't! That brings me back to the original point that either >>> gettablenames has to operate on a known schema only (so

[fpc-pascal] Re: GetTableNames in TSQLConnection / Postgresql

2012-12-14 Thread Reinier Olislagers
On 13-12-2012 10:42, John wrote: > Short version: A call to TSQLConnection.GetTableNames returns a list of > tables on all schemas/owners, without the owner. Unless you are using a > simple database with only one owner and are logging in as the owner, > this is fairly unhelpful. > > Analysis: